{
	"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
}