Ask HN: What tools/strategy do you use for backups?
https://news.ycombinator.com/item?id=34197837I use restic for incremental, encrypted backups, with ssh+rsync as fallback for any excpetions. Using keyfiles for restic results in headaches with securing it and passphrases means no automation.
I am curious how you guys manage your files in a convenient and secure way.