Displaying 1 result from an estimated 1 matches for "rsynccron".
Did you mean:
asyncron
2007 Mar 29
1
exclude based on UID/GID?
I like to get ideas on excluding/including based on user or group id.
Right now I'm syncing from local to remote:
find show/season/episode/ -type f -and \( -uid 621 -or -uid 540 -or -uid
517 -or -uid 539 \) > /tmp/rsyncCron
/root/rsync/rsync -za -h --stats --numeric-ids
--files-from=/tmp/rsyncCron --relative ./ rsync://remote/root/
and then to sync from remote site to local
/root/rsync/rsync --delete --exclude-from=/tmp/rsyncCron
--exclude='/shot/*/maya/*' -za --stats -h --numeric-ids
rsync://remote/root/Sh...