search for: rsyncexclude

Displaying 3 results from an estimated 3 matches for "rsyncexclude".

Did you mean: rsync_exclude
2009 Mar 19
2
Problem with exclude folders
...ducts/ANYNAME/pictures/EU /products/ANYNAME/pictures/HK /products/ANYNAME/texts ... my include-from file: */ *.JPG *.jpg my exclude-from file: */HK/ */texts * my rsync command: rsync -rvz -W --force --size-only --delete --delete-excluded --include-from=/etc/rsyncfiles.txt --exclude-from=/etc/rsyncexcludes.txt -e 'ssh -C -p 1000' '/srv/fileserver/products/current product range' IP:/var/products Problem 1) all jpeg are copied to the external server - also the jpegs from HK folders. But I only want jpegs from the EU and other folders. Problem 2) an empty texts folder was created...
2008 Jul 12
1
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
...ain.name::rsyncbackup/$USERNAME/current/$HOSTNAME In my rsyncd.conf file, I have this entry for the "rsyncbackup" module: [rsyncbackup] path = /Volumes/Burns1/rsyncbackup hosts allow = ip_address list = true exclude from = /Volumes/Burns1/rsyncbackup/info/rsyncexclude.txt auth users = use chroot = yes uid = serveradmin gid = backupgrp read only = false write only = true comment = rsync backup directory The "rsyncbackup" folder itself is given these permissions: serveradmin: read & wri...
2007 Dec 11
0
Problem with rsync over ssh
....log pid file = /var/run/rsyncd.pid hosts allow = 217.24.xx.xxx/255.255.255.248 [backup] path = /home/copy50/backup read only = false list = false I run the following command on the clients's side as user copy50 =========================================== rsync -avzP --exclude-from rsyncexclude -e "ssh -l copy50" /home/copy50/backup 62.75.xx.xxx:/home/copy50/backup This is the output =========================================== $ ./rsync50.sh building file list ... 4 files to consider rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: une...