Cross Filesystem Feature #34
Reference in New Issue
Block a user
No description provided.
Delete Branch "cross_filesystem_feature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey @billw2
Nice to contribute to a very popular tool amongst the community :) As promised - some improved cross filesystem handling....
"Split rsync into two processes, one for /boot one for rest of filesystem. Added --cross-filesystems switch and made no cross filesystems default behaviour"
Tried to keep code style nice and consistent - hope you & the community find it a useful addition. This resolves:
https://github.com/billw2/rpi-clone/issues/28
https://github.com/billw2/rpi-clone/issues/9
Finally - I think this update means /mnt & /media can be removed from the excludes list - will mean the empty mount dirs will appear in the clone - which is a useful NB imho and would resolve:
https://github.com/billw2/rpi-clone/issues/10
Shout if you want me to submit another pull request for this.