mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
16 lines
No EOL
302 B
Text
16 lines
No EOL
302 B
Text
{
|
|
"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
|
|
} |