diff options
author | Pjotr Prins | 2025-02-10 15:47:01 +0100 |
---|---|---|
committer | Pjotr Prins | 2025-02-10 15:47:01 +0100 |
commit | 66d8d766fd7553e318b218f3105aa635ff4e9437 (patch) | |
tree | 19056faab476ce5c682dac3675dcc092a801fad4 /topics/systems/backups-with-borg.gmi | |
parent | 063a072adbe3c5386716082828c509f0cfd087e1 (diff) | |
download | gn-gemtext-66d8d766fd7553e318b218f3105aa635ff4e9437.tar.gz |
Added dropping backups
Diffstat (limited to 'topics/systems/backups-with-borg.gmi')
-rw-r--r-- | topics/systems/backups-with-borg.gmi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/topics/systems/backups-with-borg.gmi b/topics/systems/backups-with-borg.gmi index 0998f24..252e6a4 100644 --- a/topics/systems/backups-with-borg.gmi +++ b/topics/systems/backups-with-borg.gmi @@ -8,7 +8,12 @@ Sheepdog also includes a web server for output: => http://sheepdog.genenetwork.org/sheepdog/status.html -## Install borg +# Tags + +* assigned: pjotrp +* keywords: systems, backup, sheepdog, database + +# Install borg Usually I use a version of borg from guix. This should really be done as the borg user (ibackup). @@ -185,3 +190,9 @@ borg list genenetwork::borg-tux04-sql-20250209-01:43-Sun ``` Make sure you not only see just a symlink. + +# Drop backups + +Once backups work it is useful to copy them to a remote server, so when the machine stops functioning we have another chance at recovery. See + +=> ./backup-drops.gmi |