From 621c0218429a590614deae854ccb65927ecc641a Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 23 Apr 2025 15:58:47 +0100 Subject: [PATCH] Create new personal conf and remove others --- configs/personal.json | 12 ++++++++++++ configs/services.json | 10 ---------- configs/terraria.json | 8 -------- 3 files changed, 12 insertions(+), 18 deletions(-) create mode 100644 configs/personal.json delete mode 100644 configs/services.json delete mode 100644 configs/terraria.json 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