https://bugzilla.samba.org/show_bug.cgi?id=6077
Summary: rsync doesn't modify content of sshfs volumes
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
I use rsync daily for backups.
I recently tried rsync to backup some dirs in my local machine into dirs
mounted
as sshfs volumes in a remote machine.
While it correctly transfers files not already existing in the recipient, it
fails to modify the content of existing ones or to delete them if extraneous
(option --del).
What I get is an error like:
rsync: rename <tmp filename in the recipient> -> <real filename in the
recipient>: Operation not permitted (1)
rsync error: some files could not be transferred (code 23) at main.c(1031)
[sender=3.0.2]
I wonder whether there are sshfs or rsync flags that would fix this.
--
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