Backup solution comparision
Backup solution comparision - Lemmy
# Software 1. Bacula [https://www.bacula.org/] đ˘Foss đ˘Enterprise trusted đ˘All OS đ˘Multi-machine đ˘Web UI đ˘Dedup đ˘snapshots đ˘Scalable đ˘Scheduling đ´Hard setup Lesson [https://www.youtube.com/watch?v=X58jNkN0eAo] - Bareos [https://github.com/bareos/bareos] Bacula Fork 1. Restic [https://restic.net/] - Seems like is best - đ˘Foss đ˘EnterpriseTrusted đ˘AllOS đ˘Old đ˘EasySetup https://github.com/creativeprojects/resticprofile [https://github.com/creativeprojects/resticprofile] 1. urbackup [https://www.urbackup.org/download.html] - Lesson [https://www.youtube.com/watch?v=tXGVzMUsuE4] https://christitus.com/urbackup/ [https://christitus.com/urbackup/] đ˘Foss â ď¸macOS â UI đ˘Powerful 1. Pika [https://gitlab.gnome.org/World/pika-backup] (https://www.youtube.com/watch?v=W30wzKVwCHo [https://www.youtube.com/watch?v=W30wzKVwCHo]) đ˘Foss âNo Windows 1. Borg [https://www.borgbackup.org/] - đ˘Foss âNo Windows â ď¸macOS 1. Kopia [https://github.com/kopia/kopia] - đ˘Foss , web UI 1. Duplicati [https://github.com/duplicati/duplicati] - đ˘Foss â GUI 1. vykar [https://github.com/borgbase/vykar] - Fast, encrypted, deduplicated backups in Rust, YAML config, â GUI, support for S3, custom REST, SFTP storage. Inspired by Restic+Borg. 1. Duplicacy [https://duplicacy.com/] 1. Veeam (Free) [https://www.veeam.com/products/free/backup-recovery.html] - đ˘Enterprise đ´Proprietary â UI â ď¸macOS 1. Backblaze [https://www.backblaze.com/] - Is it foss ? ## Sync Tools not backup Rsync [https://en.wikipedia.org/wiki/Rsync] RClone [https://github.com/rclone/rclone] - (https://www.youtube.com/watch?v=QKCIi-NxJEo [https://www.youtube.com/watch?v=QKCIi-NxJEo] ) # To Backup - External and Internal Disk (files) and OSes to backup, - Backup select data from Disks, - all separately backup-ed to the same backup disk, . # How to set up like this with features - 1. Incremental backup method, where I only make full backups once , Question - as i understand from âgrandfather,father,sonâ method - that Full backups are still neccassry when using snapshots/incremental backups, why is that ? 2. Option Delete changes older than x. 3. How to Only backup Select Data, like only personal data, 4. Save a âGhostâ for other data (from internet) which is only Filename, Metadata and Folder-Structure. 5. âFile Change Trackerâ to see summary of what files are moved/deleted/renamed. 6. âFile Historyâ where I see previous version of files. 7. I would like to configure from inside the folders, for the disks (not OS), e.g. have .backupfile file containing something like - backup=1, or have select file backuped/not-backedup. Old Post about methodology - https://lemmy.ml/post/44433232 [https://lemmy.ml/post/44433232]
