search for: backenp650

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

2003 Dec 17
1
Rsync 2.5.7 hangs after completion
I am having a problem with rsync hanging after completion. The command I am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw for the syntax correction) There were 56 deletions on the destination and ~ 1380 files copied total (I gathered these stats by using grep and wc -l on a saved file of my ssh session to the source host). Below is the last couple of lines on my ssh session. Pressing enter w...
2003 Dec 31
1
BAD rsync, or is it bad me?
...this, it started to delete files in root's home directory and place files from the fist FS, /banner, into root's home directory. The resolved rsync line in the first instance would have been... rsync -vaz -e "ssh" --delete --exclude-from=/usr/local/adm/rsync.exclude /banner/ backenp650:/banneri When I ran it, the output began like this building file list ... done deleting sysback/C480KIE.tar deleting directory sysback deleting stuff/user/usermigrate2.ksh deleting stuff/user/rmuserdir.ksh deleting stuff/user/rmuser.ksh deleting stuff/user/mkuser5.ksh deleting stuff/user/mkuser4....
2003 Dec 17
1
Rsync 2.5.7 --delete not working!!!
I am having a problem with rsync not deleting files on the destination that no longer exist on the source. The command I am using is: rsync -vaz --delete /bantemp/* backenp650:/bantemp Once the two trees are in sync, if I add a file to the source, run rsync again, it will copy over the one new file. If I delete the file on the source, run rsync, the file still exists on the destination. I do not have an exclude list and I am not running an rsync daemon. I was havi...