Does anyone have recommendations for a linux program to use for backups, with an emphasis on being easy to use.
@axelson If you are happy with the command line then Restic: https://restic.net/
As well as backing up to local drives it can create remote backups to things like S3 (this blog post helped me with that: https://medium.com/@denniswebb/fast-and-secure-backups-to-s3-with-restic-49fd07944304).
Once it is set up it is easy to use but the setup, even for local backups, is possibly not for a complete beginner due to knowing what folders to include or exclude.
