Systems Backups: Difference between revisions
From Pumping Station One
m Bjo moved page System Backups to Systems Backups |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
Current systems that have backups: | Current systems that have backups: | ||
* Canvas: Database (dump), Config files File storage is on S3 with no replication yet though (but there is nothing on it) | |||
* Bob (our Samba/LDAP): Samba database, weekly systemd log, /etc, /var/log (without journal and lastlog) and /srv | |||
* Rt: Database (dump), full rt4 (that's dumb, but better than nothing), weekly systemd log | |||
* PS1Auth: Database (dump) | |||
* Wiki: Database (dump), and a single copy (not daily) of the files not encrypted as our wiki is public. | |||
=== What has to be done === | === What has to be done === | ||
* A more clean system (we can all dream) | |||
* A logging system that can alert if a backup is failing and so on | |||
* Bob: We need maybe a nice export of the Samba database. | |||
* Wiki: We need a better way to handle the daily backup of all the files, but it is huge, 4.3GB of a lot of little files | |||
== How does that work.== | == How does that work.== | ||
| Line 49: | Line 49: | ||
The backups are saved with the day number and a file in them with "last-backup-2017-11-22" kind of files. That way we have by default a daily backup for the last 30 days. We could make something more clever and use snapshots and so on… Maybe one day. | The backups are saved with the day number and a file in them with "last-backup-2017-11-22" kind of files. That way we have by default a daily backup for the last 30 days. We could make something more clever and use snapshots and so on… Maybe one day. | ||
[[Category:Systems]] | |||