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

Add Source/Target Support type: Device or PIPE #5

Closed
victorock opened this issue Oct 27, 2015 · 1 comment
Closed

Add Source/Target Support type: Device or PIPE #5

victorock opened this issue Oct 27, 2015 · 1 comment

Comments

@victorock
Copy link

Hi,
It would be really amazing if we could have support for block devices or PIPE.
If so, we would be able to take FileSystem Snapshots and send/receive it from ECS, or facilitate data manipulation without any requirement to save it in a filesystem (consuming precious space) before sync.

Sincerely,
Victor da Costa

@twincitiesguy
Copy link
Contributor

Unfortunately this is out of scope for the project. However, you could easily do this with the AWS CLI if ECS S3 is your target. Something like the following should work:

sudo dd if=/dev/sda1 | gzip --fast | aws s3 cp - s3://my-bucket/sda1-snapshot-2016-02-05
(source)

Since it must be single-threaded, there's no real advantage to adding a stream source.

Note: to get the AWS CLI to work with ECS, you must configure it to use v2 auth.

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

2 participants