Skip to content
Snippets Groups Projects
Commit f82cef3a authored by Radoslav Bodó's avatar Radoslav Bodó
Browse files

examples: split examples for linux709 and mainline backups

parent b40bac08
No related branches found
No related tags found
No related merge requests found
Pipeline #7286 passed
......@@ -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"
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment