Here's the reason this is important:
I have a regular sync to S3. The files are encrypted and compressed to a local folder (using another tool, not syncovery). This folder has a structure that mirrors the folder the file came from, i.e. file
- Code: Select all
C:\Projects\Project1\Project1.pas
ends up as
- Code: Select all
C:\__Backup\Projects\Project1\Project1.pas.7z
If I use syncovery to sync this folder to S3, this file becomes:
- Code: Select all
C:\__Backup\asdfasdfa\ewrtwertwert\hjlkhjlkkl
So, what happens if I run the same profile from another PC with the same folder structure and using the same encryption keys? Will I end up with an identical image on S3 (including the file and folder names)?
Changing the contents of a file will not change the encrypted filename, right? In other words, if I make changes to Project1.pas, Project1.pas.7z will be different, but the encrypted filename must not change so that the sync operation overwrites (and updates) the existing file.