https://bugzilla.samba.org/show_bug.cgi?id=5637
Summary: Match case issue on ext3fs and ARM platform
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Sender: 3.0.3 ext3fs on Debian Etch i386 with gcc 4.1.2 glibc 2.3.6
Receiver: 3.0.3 ext3fs on Synology NAS RS407 (Linux 2.6.15 on ARM/Marvell 5281)
with toolchain gcc 3.4.3 glibc 2.3.2 from
http://download.synology.com/toolchain.
Directory to be backuped on remote rsync receiver (ARM) contains:
- a file named cbFlood
- a directory named cbFLood (capital "L"!)
ls -l /home/till/cbFlood
total 2656
-rwxr-xr-x 1 till users 144956 2007-07-23 17:14 cbFlood
drwxr-xr-x 2 till users 4096 2007-07-24 10:38 cbFLood
[...]
command line on sender:
rsync --archive --compress --delete --relative --password-file $PASSWD_FILE
/home/till $REMOTEDIR
recv_files: "/Mon/home/till/cbFlood/cbFlood" (in NetBackup) is a directory
rsync error: some files could not be transferred (code 23) at main.c(1040)
[sender=3.0.3]
On the sender side only the directory cbFLood exists after backing up.
The same rsync backup to a i386 platform works without error.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html