From 7f381060021f316b9cdde793211d695e7b2835c2 Mon Sep 17 00:00:00 2001 From: Didier Date: Wed, 12 Apr 2023 11:09:07 +0200 Subject: [PATCH] remove old backup sw --- .gitmodules | 4 ---- custom/backups/config/global.json | 4 ---- custom/backups/config/tasks/server.json | 11 ----------- custom/backups/config/tasks/services.json | 17 ----------------- custom/backups/repo | 1 - 5 files changed, 37 deletions(-) delete mode 100755 custom/backups/config/global.json delete mode 100644 custom/backups/config/tasks/server.json delete mode 100755 custom/backups/config/tasks/services.json delete mode 160000 custom/backups/repo diff --git a/.gitmodules b/.gitmodules index e8cb0fb..e887ff7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,6 @@ [submodule "env"] path = env url = git@git.ixvd.net:infra/env -[submodule "custom/backups/repo"] - path = custom/backups/repo - url = git@git.ixvd.net:infra/backups - [submodule "custom/ixvd-site"] path = custom/ixvd-site url = git@git.ixvd.net:this/site diff --git a/custom/backups/config/global.json b/custom/backups/config/global.json deleted file mode 100755 index c0054a2..0000000 --- a/custom/backups/config/global.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "remote_dir": "/remote", - "tasks_dir": "/config/tasks" -} \ No newline at end of file diff --git a/custom/backups/config/tasks/server.json b/custom/backups/config/tasks/server.json deleted file mode 100644 index 7fcaee9..0000000 --- a/custom/backups/config/tasks/server.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "serverBuildTools", - "interval": 604800, - "base": "/data", - "paths": [ - "docker" - ], - "local_days_of_retention": 1, - "remote_days_of_retention": 30, - "backup_dir": "/local" -} \ No newline at end of file diff --git a/custom/backups/config/tasks/services.json b/custom/backups/config/tasks/services.json deleted file mode 100755 index 86c8d40..0000000 --- a/custom/backups/config/tasks/services.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "commonServicesData", - "interval": 172800, - "base": "/data/services", - "paths": [ - "cryptpad", - "gitlab", - "dendrite", - "smpxmc", - "vanilla", - "smpxterraria", - "enneacraft" - ], - "local_days_of_retention": 2, - "remote_days_of_retention": 30, - "backup_dir": "/local" -} \ No newline at end of file diff --git a/custom/backups/repo b/custom/backups/repo deleted file mode 160000 index 39b8411..0000000 --- a/custom/backups/repo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 39b8411aa6e2f568a4c86bbc619ab5dc58d784a4