#How to backup my OS?
9 messages · Page 1 of 1 (latest)
hook up a drive, mount it and copy root to that
if your config isnt complicated just remembering important package and copying the home directory is faster
Do I just use the copy command?
You can use rsync or use cp command but make sure you preserve permissions
man cp or cp -h will tell you how
I've used rsync to copy root to my usb; however, I've noticed that with some files it says "operation not permitted" despite using sudo
these files are probably immutable files which usually aren't required when backing up (stuff like EFI variables and whatever)
no guarantee tho