Review #591
openReview #585: backup_duck
Commit eb15755f0416e4a07c8e585ec42db79051edb78f
Description
- ansible/host_vars/Thorfinn/backup.yml: should not
/usr/share/rbot/plugins
be added tobackup_important_custom
(I noted 'manual changes tracking in rbot plugins') ? - ansible/host_vars/Elwing/backup.yml: should not
/data/Vingilot_backup
,/data/elwing_sys
,/data/share/Data-Important
be added ? - s/backup_exclude/backup_excludes/ (same for backup_exclude_regex)
- burp role should handle
exclude_regex
too
Updated by Marc Dequènes about 7 years ago
Good catch for rbot.
/data/Vingilot_backup
is not guaranted to have only clean data, so not eligible. I need to triage and remove.
/data/elwing_sys
is probably useless now. I need to triage and remove.
/data/share/Data-Important
is useful and eligible, but is taking quite some space and counting. I'd be glad is it was saved too. Currently it is mirrored on Touchirou but it is ignored too. Would 108GB and more in the future be acceptable?
Agreed for exclude_regex
.
Updated by Pierre-Louis Bonicoli about 7 years ago
s/backup_exclude/backup_excludes/ (same for backup_exclude_regex)
is that ok with you ?
Currently it is mirrored on Touchirou but it is ignored too. Would 108GB and more in the future be acceptable?
Would it be possible to backup it once ? I mean: we should try to backup it but mirror on Toushirou should not be included on the backups of Toushirou.
Updated by Marc Dequènes about 7 years ago
Yes the renaming is fine.
I would rather backup from Toushirou to avoid having my own connection being even slower (#550); also I experienced end-of-month special slowdowns probably due to quota, so that's not a very nice situation.
I checked my Unison config and .nobackup
is ignored, which means it is easy to allow backup of only one instance. I re-enabled the one on Toushirou.
Updated by Marc Dequènes about 7 years ago
- Assignee changed from Marc Dequènes to Pierre-Louis Bonicoli