dimanche 6 septembre 2015

Sync command for OpenStack Object Storage (like S3 Sync)

Using the S3 CLI, I can sync a local directory with an S3 bucket using the following command:

aws s3 sync s3://mybucket/ ./local_dir/

This command is a complete sync. It uploads new files, updates changed files, and deletes removed files. I am trying to figure out how to do something equivalent using the OpenStack Object Storage CLI:

http://ift.tt/1i6cC6r

The 'upload' command has a '--changed' option. But I need a complete sync that is also capable of deleting local files that were removed.

Does anyone know if I can do something equivalent to s3 sync?




Aucun commentaire:

Enregistrer un commentaire