Git Product home page Git Product logo

object-storage-sync's Introduction

object-storage-sync

  • Sync files between object storages (based on pkgcloud)

Install

npm install -g object-storage-sync

Usage

  • Create source.json and target.json with credentials

    • amazon
      {
        "provider": "amazon",
        "keyId": "your-access-key-id",
        "key": "your-secret-key-id",
        "region": "us-west-2"
      }
    
    • azure
      {
        "provider": "azure",
        "storageAccount": "test-storage-account",
        "storageAccessKey": "test-storage-access-key"
      }
    
    • google
      {
        "provider": "google",
        "keyFilename": "/path/to/a/keyfile.json",
        "projectId": "eco-channel-658"
      }
    
    • hp
      {
        "provider": "hp",
        "username": "your-user-name",
        "apiKey": "your-api-key",
        "region": "region of identity service",
        "authUrl": "https://your-identity-service"
      }
    
    • openstack
      {
        "provider": "openstack",
        "username": "your-user-name",
        "password": "your-password",
        "authUrl": "your identity service url"
      }
    
    • rackspace
      {
        "provider": "rackspace",
        "username": "your-user-name",
        "apiKey": "your-api-key",
        "region": "IAD",
        "useInternal": false
      }
    
  • Sync by filename (ordered by path)

    • init sync
    object-storage-sync sync-name my-container --to my-special-container
    
    • start sync from certain fileaname or path
    object-storage-sync sync-name my-container --to my-special-container --marker dir/filename.jpg
    
    • show help
    object-storage-sync sync-name --help
    
  • Sync by last modified

    • init sync
    object-storage-sync sync-date my-container --to my-special-container
    
    • start from certain date
    object-storage-sync sync-date my-container --to my-special-container --since 2017-01-01
    
    • show help
    object-storage-sync sync-date --help
    

Help

object-storage-sync --help
Commands:

help [command...]                Provides help for a given command.
credentials                      Show credentials
containers                       Show containers list
sync-date [options] [container]  Syncronize container by date
sync-name [options] [container]  Syncronize container by file name
clear-date-marker [container]    Clear date marker
clear-name-marker [container]    Clear name marker

object-storage-sync's People

Contributors

rhrn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.