Backup: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Backups ==
== Backups ==


All backups can be found in the '''/backup''' directory on the UIs and WNs.
=== User space on T2B ===
The '''/user, /group, /software & /ice3''' are backed up every day to a secondary ceph storage cluster, in case our production cluster goes down.<br>
Backups can be found in '''/backup/$DATE/{user,group,software,ice3}''':
* There is one done every day at 8.30am, we keep the last seven of those (so a complete week), eg:
:: <pre>scheduled-2024-02-04-08_30_00_UTC</pre>


* We also keep the last 4 Sunday snapshots, equivalent to a month.
* All backups are READ-ONLY, so extract the files you want from them into your personal directory


=== /user & /group ===
=== Mass Storage ===


Our zfs server allows us to do regular snapshots:
'''/pnfs''' is '''''NOT''''' backed-up, as it is a massive storage.
* There is one done every 24 hours at midnight, we keep the last seven of those (so a complete week), eg:
:: <pre>auto:hourly-storage-2016-07-09-00:00</pre>
 
* We also have one snapshot done every 7 days at 3am, and keep the last 4 of them (so a month), eg:
:: <pre>auto:daily-storage-2016-06-29-03:00</pre>
 
Additionnaly, the /user is backed up every day to a secondary machine, in case our main fileserver goes down.

Latest revision as of 12:02, 24 October 2024

Backups

User space on T2B

The /user, /group, /software & /ice3 are backed up every day to a secondary ceph storage cluster, in case our production cluster goes down.
Backups can be found in /backup/$DATE/{user,group,software,ice3}:

  • There is one done every day at 8.30am, we keep the last seven of those (so a complete week), eg:
scheduled-2024-02-04-08_30_00_UTC
  • We also keep the last 4 Sunday snapshots, equivalent to a month.
  • All backups are READ-ONLY, so extract the files you want from them into your personal directory

Mass Storage

/pnfs is NOT backed-up, as it is a massive storage.