I have a folder with the files:
- Code: Select all
file.txt
file.$1$.txt
file.$2$.txt
file.$3$.txt
How can I set up Syncovery so that these files are backed up to another folder, so that I end up with this?:
- Code: Select all
file.txt.zip
file.$1$.txt.zip
file.$2$.txt.zip
file.$3$.txt.zip
If I can't avoid the filename mangling (file.txt.s12345.zip, etc) no problem, but I don't need it, because the zip format itself preserves the original file dates.
CLARIFICATION
If I set up a Syncovery profile to try to achieve the above result, the previous generation files (*.1$1.*, etc) are ignored - only the curremt version of the file is copied - I want them all to be (zipped and) copied.