diff --git a/examples/rwm-backups.conf b/examples/rwm-backups.conf index 093b24805624e283d189f526e98c2bcac0e20f74..93899e43fb6fd0ddadf9aa6203553ff548234f72 100644 --- a/examples/rwm-backups.conf +++ b/examples/rwm-backups.conf @@ -8,30 +8,10 @@ rwm_restic_bucket: "rwmbackups" rwm_restic_password: "" rwm_backups: - linux1: - filesdirs: - - "/" - excludes: - #- "*.cache" - #- "*.log" - - "/dev/*" - - "/home/*/.cache/*" - - "/media/*" - - "/mnt/*" - - "/proc/*" - - "/sys/*" - - "/tmp/*" - - "/var/cache/*" - - "/var/lib/mysql" - - "/var/lib/postgresql" - - "/var/log/journal*" - - "/var/run/*" - - "/var/tmp/*" - simplefs: filesdirs: - "/" - exludes: + excludes: - "/mnt/*" - "/tmp/*" - "/var/cache/*" @@ -59,5 +39,6 @@ rwm_backups: - unmount rwm_retention: - keep-daily: "14" - keep-weekly: "20" + keep-daily: "60" + keep-within: "60d" + keep-tag: "donotforget" diff --git a/examples/rwm-linux.conf b/examples/rwm-linux.conf new file mode 100644 index 0000000000000000000000000000000000000000..58c6c1b64f2b0d59b40c171080d8b32b23ec8dac --- /dev/null +++ b/examples/rwm-linux.conf @@ -0,0 +1,33 @@ +# rwm aws, rclone, restic, backup, backup_all + +rwm_s3_endpoint_url: "" +rwm_s3_access_key: "" +rwm_s3_secret_key: "" + +rwm_restic_bucket: "rwmbackups" +rwm_restic_password: "" + +rwm_backups: + linux1: + filesdirs: + - "/" + excludes: + #- "*.cache" + #- "*.log" + - "/dev/*" + - "/home/*/.cache/*" + - "/media/*" + - "/mnt/*" + - "/proc/*" + - "/sys/*" + - "/tmp/*" + - "/var/cache/*" + - "/var/lib/mysql" + - "/var/lib/postgresql" + - "/var/log/journal*" + - "/var/run/*" + - "/var/tmp/*" + +rwm_retention: + keep-daily: "14" + keep-weekly: "20"