First commit
This commit is contained in:
commit
cce27559b1
9 changed files with 676 additions and 0 deletions
27
etc/example.json
Normal file
27
etc/example.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue