rsync and caps on FAT32 disk

2005-10-24 Thread Alban Taraire
hello, I plan to use rsync for backing up my data to a FAT32 USB disk. I'm running the last Mandriva linux 2006 and my filesystem is ext8 using UFT-8 charset. I run into a problem with some of my folders that have full caps names on the ext3 disk (/home/foo/BAR/ for example). When rsync

why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread Adrian Mak
I executed rsync --progress --verbose --stats --recursive [EMAIL PROTECTED]::test /home/test2 --stats but each time it showed me files are being transfer but actually the files is not changed or updated any. for example, 12 100%0.00kB/s0:00:00 abcdef 44 100%

Re: why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread Adrian Mak
should I have some mis-interpretation on these message output ? -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread Paul Slootman
On Mon 24 Oct 2005, Adrian Mak wrote: I executed rsync --progress --verbose --stats --recursive [EMAIL PROTECTED]::test /home/test2 --stats but each time it showed me files are being transfer but actually the files is not changed or updated any. for example, You don't show the --stats

Re: why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread Paul Slootman
On Mon 24 Oct 2005, Adrian Mak wrote: You don't show the --stats output. Please do. here is the full output of --stats [...] Number of files: 7 Number of files transferred: 5 Total file size: 56 bytes Total transferred file size: 56 bytes Literal data: 0 bytes 0 bytes of real data was

Re: why each time I do a file sync, it showed me that a file trasnfers is occured

2005-10-24 Thread John Van Essen
On Mon, 24 Oct 2005, Adrian Mak [EMAIL PROTECTED] wrote: rsync --progress --verbose --stats --recursive [EMAIL PROTECTED]::test /home/test2 --stats but each time it showed me files are being transfer but actually the files is not changed or updated any. Since you are using --recursive

Re: rsync with ssh

2005-10-24 Thread Manuel López-Ibáñez
I think you are confusing the 8 different ways of using rsync. You should read again and more carefully the section GENERAL in manual page of rsync, rsync(1), for details. Keep reading below: Adrian Mak wrote: rsync with ssh, I executed rsync --verbose --progress --recursive -rsh=/usr/bin/ssh

Re: rsync and caps on FAT32 disk

2005-10-24 Thread Wojtek.Pilorz
On Mon, 24 Oct 2005, Alban Taraire wrote: Subject: rsync and caps on FAT32 disk hello, I plan to use rsync for backing up my data to a FAT32 USB disk. I'm running the last Mandriva linux 2006 and my filesystem is ext8 using UFT-8 charset. I run into a problem with some of my folders

backup job

2005-10-24 Thread edwin.elifuraha
Iam running backup job and during tar process if any file changes the process fail and exit,now i want my backup job to continou regardless of any file changed i have heard about tar option called ignore failed read but i dont know how it works and how i can use is in the backup script,can you

rsync: not found error with sshwindows

2005-10-24 Thread Anthony DiSante
I'm trying to copy files from a Linux system to a Windows XP system running sshwindows. I can use gFTP and log in just fine. sshwindows is based on cygwin so you just use /cygdrive/c/ to access the Windows C: drive, etc. But for some reason, rsync is having problems transferring files to

Re: rsync: not found error with sshwindows

2005-10-24 Thread Manuel López-Ibáñez
Actually, rsync is not the transport in this scenario, SSH is. The Windows system doesn't need to have rsync installed. I'm using rsync because I want to sync many files within the directory tree (not shown in my example, which was simplified to just foo.txt to show the error). -Anthony

CVS update: rsync

2005-10-24 Thread Wayne Davison
Date: Mon Oct 24 21:03:45 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3315 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.269 = 1.270 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.269r2=1.270

CVS update: rsync

2005-10-24 Thread Wayne Davison
Date: Mon Oct 24 21:03:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3331 Modified Files: main.c Log Message: Changed wait_process() into a simpler, yet more versatile function, and used it in the new wait_process_with_flush() function (the

CVS update: rsync

2005-10-24 Thread Wayne Davison
Date: Mon Oct 24 21:03:53 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3371 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Updated the docs for pre-/post-xfer exec. Revisions: rsyncd.conf.yo 1.111 = 1.112