search for: avzu

Displaying 6 results from an estimated 6 matches for "avzu".

Did you mean: avz
2002 Oct 05
2
Question on "base directory"
Hi, I've read the manpage, but I got a simple question on the expression "base directory" used in the "exclude patterns"-section. When I synchronize ie: rsync -avzu /home/gregor/ notebook:/home/gregor/ and want to use an exclude-pattern: --exclude "/foo", what is the base directory? The manpage's explanation is following: --exclude "/foo" would exclude a file in the base directory called foo Is the so called "base directory&quo...
2003 Aug 24
1
problems in updating cvsroot under cygwin
...tory using rsync also under windows with rsync distributed with cygwin. After installed the new release of cywing with rsync 2.5.6 protocol version 26, updating my cvsroot does not work anymore (under windows): it locks with receiving file list ... I use this command to update: rsync -e ssh -avzu --delete -c -C --include=CVS --exclude-from=exclude-files <myuser>@<myremotehost>:<dir>/cvsroot . is it a known bug of the new release? thanks in advance Lorenzo -- +-----------------------------------------------------+ | Lorenzo Bettini ICQ# lbetto, 16080134...
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
...: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works: rsync -avzu --delete --include="/003.doc" --exclude="*" /home/tomcat/webapps/filesync/synsrc2/ 172.16.100.19::hyhtest2 But, If I want to only delete /D01/003.doc when synchronization, no add, no update, this exclude NOT works: rsync -avzu --delete --include="/D01/003.doc" --ex...
2003 Nov 20
1
copying pointed to links
...tmp area, I'd also like to have the directory tempArea from /pgadm1/adm/cleaw/tempArea to be updated in /tmp by just copying the symbolic link. During this process, I wish to have the tempArea directory name preserved in the /tmp directory. I've tried the following: 1) pglc0003> rsync -avzu --copy-links /pgadm1/adm/cleaw/TA /tmp TA/ TA/--compress.Z TA/Subnets/ TA/Subnets/file_176.Z TA/Subnets/file_177.Z TA/Subnets/file_178.Z TA/Subnets/file_201.Z However, the /tmp now contains a directory TA, having the contents of /pgadm1/adm/cleaw/tempArea/. Seems that the options used in rsync ab...
2012 Nov 21
1
Rsync --update copy one file multiples times
Hi All, My using rsync command to backup my mail server mailbox to backup server. I am using following command for backup. rsync -avzu -e ssh root at 192.168.1.12:/mail_home /mail_backup I configured daily cron for this command in backup server. In mail server /mail_home folder having all user's mailbox and size of mail_home is 345 GB and in backup server I have assign 450 GB for mail_backup drive. when I run command fir...
2006 Sep 18
1
code 23 error.
...he error: wrote 33327233 bytes read 564 bytes 322007.70 bytes/sec total size is 54925588537 speedup is 1648.04 rsync error: partial transfer (code 23) at main.c(578) I'm on rsync 2.6.8 Any thoughts? I get this regardless of running it manually or via cron. I'm using "rsync -avzu --stats /mnt/server/share /mnt/backup2/server/share" as a command line. Thanks!! Here is the portion of main.c starting with line 577: **************************snip********************************** static void do_server_sender(int f_in, int f_out, int argc, char *argv[]) { struct fi...