Allow creation of machine specific configs.

This commit is contained in:
Craig
2025-04-24 16:54:51 +01:00
parent 3540d48df9
commit 677e846b24
4 changed files with 32 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"outputDir": "~/backups/",
"inputs": [
"~/Pictures/",
"~/Documents/",
"~/Music/",
"~/Videos/"
],
"ignorePatterns": [
".git/"
],
"archiveType": "zip",
"remoteLocation": "craig@serverlocal:~/backups/pc"
}