Ever had a question about Linux but felt too afraid to ask? Well now’s your chance, ask any question about Linux, no matter how noob or repeated it is, and I and others will help answer them.
Previous noob question thread: https://lemmy.ml/post/14261893
- cizra@lemm.ee1·2 months ago
- Make a snapshot with LVM2 or BTRFS to ensure consistency, delete the snapshot after backing up.
- You can back up files as root (I do) or a dedicated user that has perms to all the relevant data via groups.
- Rsync can preserve users either numerically or by name.
- Rsync can do incremental backups via hardlinks (you’ll have a complete view of all files in each snapshot, but only pay the storage when files actually change).