Anyone using S3 (compatible) storage for incremental backups of Linux and/or MacOS machines at home?
-
Anyone using S3 (compatible) storage for incremental backups of Linux and/or MacOS machines at home? If yes, what backup software/tool? Open source preferred. My first unfocused research suggests to look at restic [1] and maybe just some scripting around rclone [2]. Any hints/links welcome! (Yes, this is part of my project to use local S3 compatible storage based on garage [3])
[1] https://restic.net
[2] https://rclone.org
[3] https://garagehq.deuxfleurs.fr -
Anyone using S3 (compatible) storage for incremental backups of Linux and/or MacOS machines at home? If yes, what backup software/tool? Open source preferred. My first unfocused research suggests to look at restic [1] and maybe just some scripting around rclone [2]. Any hints/links welcome! (Yes, this is part of my project to use local S3 compatible storage based on garage [3])
[1] https://restic.net
[2] https://rclone.org
[3] https://garagehq.deuxfleurs.fr@jwildeboer @homelab I used restic and kopia - and SeaweedFS for S3. It was solid. Then I replaced this setup with FreeBSD jails so I'm using ZFS send and receive, but it was stable and reliable.