How to Getting Started With S3cmd S3 Command Line Tool on Linux

January 4, 2013 | By Duchateaux.

How to Getting-Started with s3cmd on Linux

The Guide shows you How to Getting-Started to Sync Local Files/Directory with a Remote Amazon AWS S3 Bucket on Linux Systems.

Finally, to the article Bottom you Find Link to s3cmd Installation Guides for Mains Linux Distros.

The s3cmd S3 Command Line Tool Permit to Easy Uploading and Synchronizing a Bunch of Files from a Local Directory to the Amazon S3 Bucket.

How to Getting-Started with s3cmd on Linux - Featured
  1. How to Install s3cmd on Linux Distros

  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  3. Make a Symlink.

    sudo ln -s /opt/s3cmd/s3cmd /usr/bin/s3cmd

    Or Add s3cmd to the PATH:

    • Edit .bashrc Conf File:

      nano ~/.bashrc

    • Append:

      export PATH=/opt/s3cmd/s3cmd:$PATH

      Or another s3cmd location…
      Ctrl+x to Save & Exit.

    • Then Load New PATH:

      bash

  4. To Test Only Sync Local Directory with S3 Bucket.

    s3cmd --dry-run sync </path/2/myLocalS3Dir>/s3://s3Bucket
  5. To Sync Local Directory with S3 Bucket.

    s3cmd sync </path/2/myLocalS3Dir>/s3://s3Bucket
  6. How to Install Evernote on Linux Distros


QuickChic Theme • Powered by WordPress