# name name = "minecraft" # cron as in https://lib.rs/crate/cron # cron = "0 0 0 2 * *" # retention on local server local_retention_time = "1d" # retention on the ftp server remote_retention_time = "30d" # ??? - Likely the local path backups_dir = "/data/backups" # base dir of what to backup base_dir = "/host/srv" paths = [ "smpxmc", "vanilla", "smpxterraria", "enneacraft" ] # run pre-backup pre_commands = [] # run post-backup post_commands = []