mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #534] S3 Sync implemented? #303
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#303
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 @ylluminate on GitHub (Feb 15, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/534
Is Sync functionality implemented in
s3fs-fuseas per this wherein synchronization is handled as it is explained there, namely:@gaul commented on GitHub (Feb 15, 2017):
No; s3cmd syncs files while s3fs writes files in real-time. With the former you work locally for reading and writing then initiate a sync while with the latter you work remotely and reads and writes propagate immediately.
@ylluminate commented on GitHub (Feb 15, 2017):
So
s3backerwould be a union of both of these wherein operations are performed locally and then committed to S3, right?What I'm ultimately stabbing at here is a solution for a service like Linode that doesn't offer a block storage option (yet) and need to immediately store large amounts of data in an efficient manner. I guess
s3fs-fusewould match up to the need of a realtime block storage, but I worry about efficiency quite a bit on a disparate network like this where it has to go back and forth so much off (V)LAN for data...@gaul commented on GitHub (Feb 16, 2017):
s3backer works well if you want a block device which asynchronously writes to S3. s3fs works at the file level and synchronizes writes when closing a file. This is a long shot but maybe you want to use something like jSCSI?
@ylluminate commented on GitHub (Feb 17, 2017):
That is a very interesting suggestion @andrewgaul. It may be even more interesting in light of this:
http://kops.uni-konstanz.de/handle/123456789/26506