duplicity
This commit is contained in:
parent
d4f4033e58
commit
4fa518fdbc
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue