on [POLL] Which file archiver/compression utility do you use? · c/asklemmy · 2 pts · 2ytar + zstd - beat this!
on What are some podcasts that you really recommend ? · c/asklemmy · 3 pts · 2yWhich 'cautionary tales', the search gave a couple results?
on How do you all go about backing up your data, on Linux? · c/linux · 9 pts · 3yI use restic (https://restic.net/) which can use rclone to connect to a variety of backends (eg. onedrive, mega, dropbox etc.). Also, resticprofile (https://restic.net/) makes it easier to run (hides flags in the config file). I use it manually but a cron job would be easy to implement (a tutorial is here: https://forum.yunohost.org/t/daily-automated-backups-using-restic/16812).
tar + zstd - beat this!
Thank you!
Which 'cautionary tales', the search gave a couple results?
I use
restic(https://restic.net/) which can usercloneto connect to a variety of backends (eg. onedrive, mega, dropbox etc.). Also,resticprofile(https://restic.net/) makes it easier to run (hides flags in the config file). I use it manually but a cron job would be easy to implement (a tutorial is here: https://forum.yunohost.org/t/daily-automated-backups-using-restic/16812).