Added real life example to the README, minor fixups to disco and disco-fs-diff

This commit is contained in:
2012-08-17 22:21:29 -04:00
parent 4c6d422395
commit 134ef11120
3 changed files with 333 additions and 29 deletions

View File

@@ -11,6 +11,10 @@ fi
cd $DISCOROOT
CREATED=0
DELETED=0
MODIFIED=0
rsync --checksum --times --perms --owner --group -ani ./scratchfs/ ./rootfs/ |\
grep -v ".unionfs.*/$" |\
sed s/"\.\/scratchfs"/""/ |\