Feat: add exclude option #76
Reference in New Issue
Block a user
No description provided.
Delete Branch "exclude-option"
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?
add 2 opitons to exclude files by user.
they are given to rsync.
--exclude=PATTERN
--exclude-from=FILE
example:
sudo rpi-clone -u --exclude='/var/log/*' sda
thanks to merging my PR. I will detete my fork.