mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #21] s3fs-fuse doesn't allow rsync delta transfer. #15
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CLloyd24 on GitHub (Mar 5, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/21
It is my understanding that s3fs-fuse is supposed to support rsync but it does not appear to support its most important/unique feature which is delta encoding.
Changing the id3 tags on some MP3s and rerunning rsync:
rsync runs for about as long as I would expect the 50 MBs to take to upload at ~2 Mbps. rsync reports the following:
Am I doing anything incorrectly or is this simply a limitation of rsync/S3/s3fs-fuse?
Thank you
The full output is:
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry for that this issue had been left at a long period of time.
I think that you should not specify "--no-whole-file" option for rsync because S3 and s3fs can not update the partial file.
If you have this problem yet, please try to use latest code.
And if you found a problem, please post new issue.
Thanks in advance for your help.