Setting up Borg Backup

repo=/data/borg
fs=~/

apt install borgbackup
borg init --help
mkdir -p /data/borg
borg init -e none $repo
borg create -v -s --progress --stats $repo::`date +%s` $fs
echo lala > $fs/lala.testborg
borg create -v -s --progress --stats $repo::`date +%s` $fs
#borg check --verify-data

Borg is also able to pull using sshfs (--ignore-inode) or NFS.

RESOURCES

Borg https://www.borgbackup.org/

BorgBackup https://github.com/borgbackup

How to use BorgBackup over your network https://www.techrepublic.com/article/how-to-use-borgbackup-over-your-network/

Borg Documentation https://borgbackup.readthedocs.io/en/stable/

Docs Usage General https://borgbackup.readthedocs.io/en/stable/usage/general.html

Attic (Python)

Attic https://attic-backup.org/

History https://en.wikipedia.org/wiki/Attic_(backup_software)


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun