How to make FFS backup files with different contents (but the same name) without over writing the backuped one?
- Posts: 2
- Joined: 1 Apr 2022
I am trying to log changes to a file with an unchanging name but I dont know how. The only options FFS gives me is to either rewrite the target to the destination or do nothing. I want FFS to look for changes in a file with a certain name, and when those changes happen, copy the file with a number added. Does anyone know how to do it?
-
- Posts: 2946
- Joined: 22 Aug 2012
FFS can not do exactly what you describe.
But FFS can do Versioning.
Your sync location will then contain the most recent version of your file, while the Versioning location will contain as many previous versions as you have selected for as long as you have selected, in the Versioning location.
But FFS can do Versioning.
Your sync location will then contain the most recent version of your file, while the Versioning location will contain as many previous versions as you have selected for as long as you have selected, in the Versioning location.
- Posts: 2
- Joined: 1 Apr 2022
Ohh. Okok. That will work.