Conversation
Notices
-
Ruby Rhod (feld@bikeshed.party)'s status on Friday, 20-Sep-2019 13:04:02 UTC Ruby Rhod
@rixx also if you're using rsync to backup some data you should really add the -H flag.
Say for example "I really need to backup everything in /var before I wipe this system". There might be important data you believe is in /var but really it's somewhere else behind a symlink -- this flag fixes that, by following the symlink and replacing it with the real data.