BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Rsync "one file system"
- Subject: [Discuss] Rsync "one file system"
- From: dbarrett at blazemonger.com (Daniel Barrett)
- Date: Sat, 24 Oct 2020 16:35:32 -0400
- References: <ab779ead-e039-933e-989b-a1cffad193f7@kjkelra.com>
On October 24, 2020, jbk wrote: >rsync -ax bin boot data (<- mounted to separate partition) >... <destination> -x means "In the GIVEN DIRECTORY, don't descend into any subdirectories that are on a different filesystem." So, if you hand the directories bin, boot, and data to rsync, it doesn't matter if they happen to be on different filesystems. You told rsync to copy them. What matters is if bin, boot, or data have any *subdirectories* that are on different filesystems. For example, if the data directory has a subdirectory, foo, that's on a different filesystem, then rsync -x won't descend into data/foo. Does that help? -- Dan Barrett dbarrett at blazemonger.com
- Follow-Ups:
- [Discuss] Rsync "one file system"
- From: jbk at kjkelra.com (jbk)
- [Discuss] Rsync "one file system"
- References:
- [Discuss] Rsync "one file system"
- From: jbk at kjkelra.com (jbk)
- [Discuss] Rsync "one file system"
- Prev by Date: [Discuss] Rsync "one file system"
- Next by Date: [Discuss] Rsync "one file system"
- Previous by thread: [Discuss] Rsync "one file system"
- Next by thread: [Discuss] Rsync "one file system"
- Index(es):