diff --git a/custom/backups/config/tasks/00-general.toml b/custom/backups/config/tasks/00-general.toml index ea4faaf..24fec19 100644 --- a/custom/backups/config/tasks/00-general.toml +++ b/custom/backups/config/tasks/00-general.toml @@ -3,7 +3,7 @@ name = "general" # cron as in https://lib.rs/crate/cron # -cron = "0 0 0 2 * *" +cron = "0 0 2 * * *" # retention on local server local_retention_time = "1d" diff --git a/custom/backups/config/tasks/10-minecraft.toml b/custom/backups/config/tasks/10-minecraft.toml index 2ee62b5..568927e 100644 --- a/custom/backups/config/tasks/10-minecraft.toml +++ b/custom/backups/config/tasks/10-minecraft.toml @@ -3,7 +3,7 @@ name = "minecraft" # cron as in https://lib.rs/crate/cron # -cron = "0 0 0 2 * *" +cron = "0 0 2 * * *" # retention on local server local_retention_time = "1d"