Hi, I'm trying to backup a remote directory. Although the remote directory hasn't been changed after rsync's run, I realize that the supposed synchronization missed some files. Does it have to do with rsync or I miss something ?
Thanks very much, Mihai. ______________________________ quad ...lu2/BACKUP/k2/mnt/i1/vbs# rsync -av --stats rsync://[EMAIL PROTECTED]/vobuser/user /mnt/lu2/BACKUP/k2/mnt/i1/vbs/ --password-file=/mnt/lu2/BACKUP/rsync/.pass receiving file list ... done Number of files: 271 Number of files transferred: 0 Total file size: 1207607 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 4469 Total bytes written: 105 Total bytes read: 4546 wrote 105 bytes read 4546 bytes 3100.67 bytes/sec total size is 1207607 speedup is 259.64 [vobuser] module maps on remote server on /mnt/i1/vbs/misc/user. quad ...lu2/BACKUP/k2/mnt/i1/vbs# diff -r -c user /net/k2/mnt/i1/vbs/misc/user Only in /net/k2/mnt/i1/vbs/misc/user: .identity Only in /net/k2/mnt/i1/vbs/misc/user/db: vob_db.dbd Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/0/1a:0-78b3c8b98a0b11d79cce000180b1edcd-lh Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/0/21: no-7b13c8e98a0b11d79cce000180b1edcd-nf Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/0/3c: 0-3423c48d8a0b11d79cce000180b1edcd-6r Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/0/5: 0-88c3c9c98a0b11d79cce000180b1edcd-xp Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/1/2f: 0-37b3c4bd8a0b11d79cce000180b1edcd-98 ..... Only in /net/k2/mnt/i1/vbs/misc/user/s/sdft/e/a: 0-5ca3c6fd8a0b11d79cce000180b1edcd-10 quad ...lu2/BACKUP/k2/mnt/i1/vbs# rsync -av --stats rsync://[EMAIL PROTECTED]/vobuser/user /mnt/lu2/BACKUP/k2/mnt/i1/vbs/ --password-file=/mnt/lu2/BACKUP/rsync/.pass receiving file list ... done Number of files: 271 Number of files transferred: 0 Total file size: 1207607 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 4469 Total bytes written: 105 Total bytes read: 4546 wrote 105 bytes read 4546 bytes 9302.00 bytes/sec total size is 1207607 speedup is 259.64 ------------------------ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html