Allow creation of machine specific configs.
This commit is contained in:
14
configs/example-config.json
Normal file
14
configs/example-config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"outputDir": "~/backups/",
|
||||
"inputs": [
|
||||
"~/Pictures/",
|
||||
"~/Documents/",
|
||||
"~/Music/",
|
||||
"~/Videos/"
|
||||
],
|
||||
"ignorePatterns": [
|
||||
".git/"
|
||||
],
|
||||
"archiveType": "zip",
|
||||
"remoteLocation": "craig@serverlocal:~/backups/pc"
|
||||
}
|
||||
Reference in New Issue
Block a user