mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-07 07:39:34 -04:00
77a46b34c0
This made the process a lot faster for me 15h -> 7h.
18 lines
694 B
Plaintext
18 lines
694 B
Plaintext
|
|
A Python script to change the encryption from Duplicati. You can go from aes to gpg or vice versa. It is also possible to remove encryption.
|
|
|
|
Usage:
|
|
0) Take a backup of your data.
|
|
|
|
1) Confirm that your Duplicati data is on disk in .zip or .zip.aes or .zip.gpg format..
|
|
|
|
2) Install Python 3 if it is not already installed. pyAesCrypt, gnupg and joblib packages need to be installed in python as well.
|
|
|
|
3) Prepare a config file (see example config.txt).
|
|
|
|
3) Run ReEncrypt.py -c config.txt.
|
|
|
|
4) Update your backup settings to the changed encryption settings.
|
|
|
|
5) Take a backup of your database and do a delete & recreate. Don't forget to delete, a simple "repair" may delete the whole backup!
|