From ab0496477bf789f9e92e7a5b9059d822991e2bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Maldonado?= <amaldona@etu.utc.fr> Date: Fri, 1 May 2020 19:13:40 +0200 Subject: [PATCH] Revert "[Etherpad] Disable rotation of pad.picasoft.net backups" This reverts commit 02e51284af1abff5e9aee8de8536f8e6e7d62706. --- pica-db-backup-rotation/config/backup_config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pica-db-backup-rotation/config/backup_config.json b/pica-db-backup-rotation/config/backup_config.json index 2954b6f0..0ac552f4 100644 --- a/pica-db-backup-rotation/config/backup_config.json +++ b/pica-db-backup-rotation/config/backup_config.json @@ -10,6 +10,17 @@ "Month" : 12 } }, + "etherpad": + { + "Folder": "etherpad", + "Backup-Rota": + { + "Hour" : 24, + "Day" : 7, + "Week" : 4, + "Month" : 12 + } + }, "wekan": { "Folder": "wekan", -- GitLab