diff options
author | xengineering <me@xengineering.eu> | 2021-10-07 12:50:05 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-10-07 12:50:05 +0200 |
commit | d83b9fac973eeb2c262b0fcdfeadbb172e7e3923 (patch) | |
tree | 74a38ff6d1d9ac93c5401e69df06defded5fc179 | |
parent | 4097ba01653f6c7eb5d46869a014e12e8eb491aa (diff) | |
download | xbackup-d83b9fac973eeb2c262b0fcdfeadbb172e7e3923.tar xbackup-d83b9fac973eeb2c262b0fcdfeadbb172e7e3923.tar.zst xbackup-d83b9fac973eeb2c262b0fcdfeadbb172e7e3923.zip |
Remove unnecessary Entries in config/*
-rw-r--r-- | config/debug.json | 7 | ||||
-rw-r--r-- | config/default.json | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/config/debug.json b/config/debug.json index 948b432..ec85cd9 100644 --- a/config/debug.json +++ b/config/debug.json @@ -11,11 +11,6 @@ "run/*", "sys/*", "tmp/*" - ], - "keep-hourly":null, - "keep-daily":7, - "keep-weekly":4, - "keep-monthly":6, - "keep-yearly":null + ] } } diff --git a/config/default.json b/config/default.json index fd0b5b4..e08d253 100644 --- a/config/default.json +++ b/config/default.json @@ -11,11 +11,6 @@ "run/*", "sys/*", "tmp/*" - ], - "keep-hourly":null, - "keep-daily":7, - "keep-weekly":4, - "keep-monthly":6, - "keep-yearly":null + ] } } |