duplicity

This commit is contained in:
lucaconte 2019-12-13 11:29:28 +01:00
parent d4f4033e58
commit 4fa518fdbc

View file

@ -51,7 +51,7 @@ Per la lista di files:
``` ```
duplicity list-current-files -ve -t3D --use-agent --encrypt-key="9D8CF160" mega://incandenza%40autistici.org@mega.co.nz/backup duplicity list-current-files -ve -t3D --use-agent --encrypt-key="9D8CF160" mega://incandenza%40autistici.org@mega.co.nz/backup
``` ```
__Versione locale senza cifrature__: _Versione locale senza cifrature_:
``` ```
duplicity list-current-files -ve -t3D --use-agent --no-encryption file:///home/incandenza/Musica/bkup/ duplicity list-current-files -ve -t3D --use-agent --no-encryption file:///home/incandenza/Musica/bkup/
``` ```
@ -60,7 +60,7 @@ Per restore:
``` ```
duplicity restore -vi -t3D --use-agent --encrypt-key="9D8CF160" --allow-source-mismatch mega://incandenza%40autistici.org@mega.co.nz/backup /tmp/restore duplicity restore -vi -t3D --use-agent --encrypt-key="9D8CF160" --allow-source-mismatch mega://incandenza%40autistici.org@mega.co.nz/backup /tmp/restore
``` ```
___versione localse senza cifrature___: _Versione localse senza cifrature_:
``` ```
duplicity restore -vi -t3D --no-encryption --allow-source-mismatch /tmp/restore file:///home/incandenza/Musica/bkup/ duplicity restore -vi -t3D --no-encryption --allow-source-mismatch /tmp/restore file:///home/incandenza/Musica/bkup/