logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

swift-container-sync - OpenStack Swift container sync

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    https://docs.openstack.org/swift/latest/overview_container_sync.html    and
       https://docs.openstack.org

Name

swift-container-sync - OpenStack Swift container sync

See Also

container-server.conf(5)

Linux                                               8/26/2011                            swift-container-sync(1)

Synopsis

swift-container-sync [CONFIG] [-h|--help] [-v|--verbose] [-o|--once]

See Also