BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] full disk backups
- Subject: [Discuss] full disk backups
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Sat, 17 Aug 2019 18:17:45 -0400
- In-reply-to: <b2e7bba0-ecdf-477d-9221-77aa0f999a90@me.com>
- References: <b2e7bba0-ecdf-477d-9221-77aa0f999a90@me.com>
On Sat, 17 Aug 2019 21:59:43 GMT Eric Chadbourne <eric.chadbourne at icloud.com> wrote: > This is the command I ended up running: > > sudo rsync -a --delete -exclude= > {"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost > +found"} / /media/eric/USB1TB/ So... most of that exclude bit can be subsumed by "-x" (don't cross filesystem boundaries). You need to replicate hard links correctly: -H Depending on your data you may also need to treat sparse files efficiently: -S Feedback is good so you can see what is going on. Be verbose: -v Show progress: -P sudo rsync -avxHPS / /media/eric/USB1TB/ -- Rich Pieri
- Follow-Ups:
- [Discuss] full disk backups
- From: kentborg at borg.org (Kent Borg)
- [Discuss] full disk backups
- References:
- [Discuss] full disk backups
- From: eric.chadbourne at icloud.com (Eric Chadbourne)
- [Discuss] full disk backups
- Prev by Date: [Discuss] full disk backups
- Next by Date: [Discuss] full disk backups
- Previous by thread: [Discuss] full disk backups
- Next by thread: [Discuss] full disk backups
- Index(es):