Backups #1
Labels
No labels
bug
chore
duplicate
enhancement
help wanted
invalid
question
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#2 Backup Nextcloud
Bos55/Hugo
Reference: Bos55/Hugo#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following applications need backups:
These datasets need backups (all PRIORITY):
All priority data should be backed up at least daily. Other data can be backed up weekly.
I use several categories:
# Do nothing
# Do nothing
backup-database.sh
# Do nothing
backup-zfs-dataset.sh --incremental --compression_level 3 --tag 'INC'
# Do nothing
backup-zfs-dataset.sh --base --compression_level 9 --tag 'BASE'
rm -rf destination/*
backup-zfs-dataset.sh --incremental --compression_level 8 --tag 'INC'
# Do nothing
rm -rf destination/* && backup-zfs-dataset.sh --base --compression_level 9 --tag 'BASE'
# Do nothing
(System tasks always happen at midnight instead of the defined timestamp.)
Daily at 01:30:
Weekly at 01:10:
On the first day of every month at 01:10:
On the second day of every third month at 01:10:
On the third day of every year at 01:10:
Nextcloud should not be too hard as they have guides for that. Use Nicole for this?
TrueNAS provides a way to do this easily? Backup credentials
WOL packet
Backup Vaultwarden
attachments
sends
config.json
rsa_key
Backup Calibre-Web
app.db
Backup Calibre
Password retrieval
Is it worthwhile to use specialised backup software such as Kopia or Duplicati?
Comparison of backup software
I recently discovered ZFS's ability to send snapshots to another device. I think this is absolutely the way to go. It makes backups incremental, and you can keep rollbacks for two weeks for example.