diff --git a/configs/personal.json b/configs/personal.json new file mode 100644 index 0000000..ab9503f --- /dev/null +++ b/configs/personal.json @@ -0,0 +1,12 @@ +{ + "outputDir": "~/backups/", + "inputs": [ + "~/Pictures/", + "~/Documents/", + "~/Music/", + "~/Videos/" + ], + "ignorePatterns": [ + ".git/" + ] +} \ No newline at end of file diff --git a/configs/services.json b/configs/services.json deleted file mode 100644 index f09b48f..0000000 --- a/configs/services.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "outputDir": "/home/craig/backups/", - "inputs": [ - "/home/craig/services/" - ], - "ignorePatterns": [ - "terraria/", - "netdata/" - ] -} \ No newline at end of file diff --git a/configs/terraria.json b/configs/terraria.json deleted file mode 100644 index 9cf27e4..0000000 --- a/configs/terraria.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "outputDir": "/home/craig/backups/", - "inputs": [ - "/home/craig/services/terraria/modded/tModLoader/Worlds/" - ], - "ignorePatterns": [ - ] -} \ No newline at end of file