# Backups

TODO

## Articles

* [Backups and Corruption](https://www.collicutt.co.uk/notebook/backups.html)
* [Резервное копирование для дома и малого офиса](https://habr.com/ru/post/189412/)
* [Резервное копирование данных простым языком](https://habr.com/ru/post/136785/)
* [Saving a restic backup the hard way](http://blog.pkh.me/p/30-saving-a-restic-backup-the-hard-way.html)
* [Что такое «backup»?](https://habr.com/ru/post/162839/)
* [How I store my files and why you should not rely on fancy tools for backup](https://www.unixsheikh.com/articles/how-i-store-my-files-and-why-you-should-not-rely-on-fancy-tools-for-backup.html)
* [Personal data backup plan](https://jacobbednarz.com/personal-data-backup-plan)
* [Back up your MacOS](https://dzx.cz/2021/05/23/back_up_your_macos/)
* [Encrypted Backup Shootout](https://acha.ninja/blog/encrypted_backup_shootout/)
* [Backing up data like the adult I supposedly am](https://magnusson.io/post/backups/)
* [Organizing Data Through the Lens of Deduplication](https://www.anishathalye.com/2020/08/03/periscope/)
* [Setting up your backup service](https://www.williamjbowman.com/blog/2020/06/30/setting-up-your-backup-service/)
* [How to store data forever](https://drewdevault.com/2020/04/22/How-to-store-data-forever.html)
* [Lessons learned when my SSD died](https://bsago.me/posts/lessons-learned-when-my-ssd-died)

## Links

* [nFreezer](https://github.com/josephernest/nfreezer) - nFreezer is an encrypted-at-rest backup tool
* [hashbackup](http://www.hashbackup.com/)
* [Rsync time backup](https://github.com/laurent22/rsync-time-backup)
* [awsbackup.sh](https://github.com/keisentraut/awsbackup) - Bash script for personal backup with Amazon Web Services S3 Glacier Deep Archive
* [autorestic](https://github.com/cupcakearmy/autorestic) - Config driven, easy backup cli for restic
* [zrepl](https://github.com/zrepl/zrepl) - One-stop ZFS backup & replication solution
* [unison](https://github.com/bcpierce00/unison) - Unison file synchronizer
* [bup](https://github.com/bup/bup) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication
* [borg](https://github.com/borgbackup/borg) - Deduplicating archiver with compression and authenticated encryption
* [restic](https://github.com/restic/restic) - Fast, secure, efficient backup program
* [kopia](https://github.com/kopia/kopia) - Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included
* [rclone](https://github.com/rclone/rclone) - is a command-line program to sync files and directories to and from different cloud storage providers
