mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 23:29:31 -04:00
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
{
|
|
"orig": {
|
|
"extension": "zip.aes",
|
|
"path": "/path/to/backup/orig",
|
|
"passwd": "123456",
|
|
"encryption": "aes"
|
|
},
|
|
"new": {
|
|
"recipients": ["user@host.com"],
|
|
"extension": "zip.gpg",
|
|
"path": "/path/to/backup/new",
|
|
"passwd": "654321",
|
|
"encryption": "gpg"
|
|
},
|
|
"verify_hash": true
|
|
} |