hey guys,
i'm trying to break up my rsync a bit so it handles one letter of the alphabet at a time.
so, rsync /home/a*, rsync /home/b* and so forth. however it seems to only copy the first folder with "a" and ignore all the rest.
i've tried rsyc /home but it pretty much does not work given how many folders and files i have - it spent 15 minutes just calculating the number of files which is a waste of time...
any ideas how to break up the task?
i'm trying to break up my rsync a bit so it handles one letter of the alphabet at a time.
so, rsync /home/a*, rsync /home/b* and so forth. however it seems to only copy the first folder with "a" and ignore all the rest.
i've tried rsyc /home but it pretty much does not work given how many folders and files i have - it spent 15 minutes just calculating the number of files which is a waste of time...
any ideas how to break up the task?