problem area

Dangerous Commands

Commands worth understanding before copying from the internet.

3 checked fixes

One-liners in this area

Dangerous Commands caution

Preview What Rsync Would Delete

`rsync --delete` is useful. It is also how people erase the wrong side.

rsync -avhn --delete ./source/ ./backup/ | grep '^deleting'