This is the command swift-container-sync that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
swift-container-sync - Openstack-swift container sync
SYNOPSIS
swift-container-sync [CONFIG] [-h|--help] [-v|--verbose] [-o|--once]
DESCRIPTION
Swift has a feature where all the contents of a container can be mirrored to another
container through background synchronization. Swift cluster operators configure their
cluster to allow/accept sync requests to/from other clusters, and the user specifies where
to sync their container to along with a secret synchronization key.
The swift-container-sync does the job of sending updates to the remote container. This is
done by scanning the local devices for container databases and checking for x-container-
sync-to and x-container-sync-key metadata values. If they exist, newer rows since the last
sync will trigger PUTs or DELETEs to the other container.
DOCUMENTATION
More in depth documentation in regards to swift-container-sync and also about Openstack-
Swift as a whole can be found at http://swift.openstack.org/overview_container_sync.html
and http://docs.openstack.org
Use swift-container-sync online using onworks.net services