With couple of already made backed up versions?
Itâs not possible currently. I raised a suggestion to re-code the encryption logic to allow changing passphrase here: [feature request] Changing volume encryption password ¡ Issue #2991 ¡ duplicati/duplicati ¡ GitHub
Slightly relevant post:
@Pectojin, I guess it is not possible currently since making that possible means decrypting all the remote files with the old pass-phrase an re-encrypting them with the new one.
Side question, but it is possible to modify a backup setting by adding new folders to backup or removing others, correct?
Side answer: yes, it is But for removal you should be aware, that the removed files/dirs will still be existent in previous backup versions - 'till retention kicks inâŚ
Heh - @cpo beat me by 30 seconds.
Though Iâd like to add the personally when creating a backup I start with a small folder to be backed up. This allows me to test schedules, make sure filters are correct etc.
Once Iâm happy with things I start adding folders until everything I want is in place. A side benefit of this is that the initial backup doesnât take a long time only for me to realize I screwed something up in the config.
The other thing I wanted to mention is that when I file is not found by Duplicati during the file scan it is considered deleted. This means that if you have a symlink to another machine that might be offline or perhaps a USB drive that isnât always connected Duplicati might start cleaning up backup versions of things it THINKS are deleted when really theyâre just not available at backup run time.
So keep that in mind when setting âkeep untilâ or retention rules if youâre backing up a source that might include not-always-online files. Make sure those settings are for LONGER than your transient data sources are usually offline.
No, but I have a python script almost ready to reencrypt eg with different password or with different encryption method. Need to clean it up a bit. For now it also requires a db rebuild.
Exactly what i do!