ZFS ZFS to S3

Just wondering if it's possible to ZFS send/receive or replicate from a FreeBSD system / zpool or dataset directly to an S3 bucket?

Seems like it would be a very useful way of interacting with Amazon.


Thanks.
 
Depends. If you can set up a direct access to an S3 bucket from FreeBSD using a tool which also supports a filestream through stdin then this should theoretically be possible.

All which zfs send does is create a stream which gets sent to stdout. Anything beyond that is up to the admin.
 
Back
Top