56
submitted 5 months ago by WbrJr@lemmy.ml to c/linux@lemmy.ml

Hi! A friend just recommended the backup tool that comes with Ubuntu. I took a look at it and was wondering what you guys include and exclude from the backups. I just installed wire guard VPN and but the config file in the etc/wireguard folder, where it belongs. I would have to include this folder as well if I want to keep my configs. And I guess many programs do the same, so how do you know what to include, so you can just revert to the last backup if something breaks or you get a new machine? Maybe that is a stupid question, but it was going through my head for some time now. Thanks a lot!

you are viewing a single comment's thread
view the rest of the comments
[-] lurch@sh.itjust.works 6 points 5 months ago* (last edited 5 months ago)

the most important thing is your user files. everything else just speeds up recovery.

you should keep a bootable recovery medium around, like an installer USB, so you don't have to bother your neighbours for one at 2 in the morning..

to restore faster, you either make disk images (can restore everything quickly in one go) or save partiton layouts, configs and package selections as well as everything you installed without package management. if you don't do this second part, you have to sit through a reinstall and figure out everything again and that sucks if you don't have time. like you really need to open that document, but you forgot the name of the program you use to edit it etc..

if you use just one large file system, you can tar everything up, using --one-file-system , so it skips stuff like the inside of mounted snap packages, which also are present in another place. on restore you then have to format untar and install a boot loader. beware that EFI boot can be difficult to set up and has another partition. so this is just for pros. however, this enables to use tar features like differential backups.

[-] avidamoeba@lemmy.ca 3 points 5 months ago

Does --one-file-system prevent the need for excluding /dev, /sys, etc.?

[-] lemmyvore@feddit.nl 3 points 5 months ago

Yes but be careful with that option because it depends how it's implemented by each tool. Some of them will not cross btrfs subvolumes for example.

[-] avidamoeba@lemmy.ca 1 points 5 months ago

Yeah, I think I can see some other funny cases if there's multiple partitions with separate filesystems on them. Just doing the regular tar/rsync with exclusions is likely safer as it would work for either case.

this post was submitted on 07 Apr 2024
56 points (100.0% liked)

Linux

47223 readers
767 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS