27 lines
733 B
JSON
27 lines
733 B
JSON
{
|
|
"actions" :
|
|
[
|
|
{
|
|
"name" : "document_backup",
|
|
"source" : "C:\\Users\\people\\document",
|
|
"dest" : "\\\\backup_srv\\srv01\\",
|
|
"type" : "compress",
|
|
"options" : {
|
|
"-mx" : 3,
|
|
"-mmt" : 4,
|
|
"-xr@" : "C:\\backup\\etc\\7z\\exclude.txt"
|
|
},
|
|
"username" : "bkp_example",
|
|
"pass" : "test"
|
|
},
|
|
{
|
|
"name" : "project_copy",
|
|
"source" : "C:\\Users\\people\\project",
|
|
"dest" : "X:\\",
|
|
"type" : "clone",
|
|
"options" : {
|
|
"--exclude" : "*.zip"
|
|
}
|
|
}
|
|
]
|
|
}
|