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.
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 https://attic-backup.org/
History https://en.wikipedia.org/wiki/Attic_(backup_software)