Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: simulate hardlinks with COPY commands #29

Closed
mdomsch opened this issue Feb 27, 2012 · 2 comments
Closed

RFE: simulate hardlinks with COPY commands #29

mdomsch opened this issue Feb 27, 2012 · 2 comments

Comments

@mdomsch
Copy link
Contributor

mdomsch commented Feb 27, 2012

Fedora is starting to use s3cmd sync to mirror package repositories into S3. Fedora master mirrors make extensive use of hardlinks to reduce data size and data transfer from the master mirrors to downstream mirrors. S3 does not have any concept of a hard link, and s3cmd sync uploads the same (hardlinked) data multiple times, which is inefficient.

I would like to see s3cmd sync learn about local hard links, and issue S3 COPY commands after the first upload, for subsequent hardlink targets of the same file, to reduce upload bandwidth and time consumed considerably.

@mdomsch
Copy link
Contributor Author

mdomsch commented Jun 18, 2012

This is in my copy-hardlinks branch now.

@mdomsch
Copy link
Contributor Author

mdomsch commented Mar 9, 2013

merged into 1.5.0-alpha1.

@mdomsch mdomsch closed this as completed Mar 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant