The Simply Shows How to S3 Sync for Linux Mint 13 Cinnamon 64-bit Installing and Getting-Started with the s3cmd Command Line Tool .
The s3cmd is a Very Useful Command Line Tool that Enable Synchronization of Local Folders/Directories with the S3 Buckets and without a Risk of Wiping the Existing Remote Data.
The Post Comprehends all Commands and Links Needed to Successfully Installing s3cmd on Linux Mint.
Relax and Take the Time to Reading, Understanding and Executing the Command and Instructions Given.
-
Download Latest s3cmd for Linux:
S3cmd tar.gz for Linux -
Double-Click on Archive and Extract into /tmp
-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Replace s3 Command Line Tool
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
mv /tmp/s3cmd* /opt/s3cmd
Set the SuperUser as owner with:
sudo chown -R root:root /opt/s3cmd
And again to give Execution Permissions:
sudo chmod -R +x /opt/s3cmd
-
Initial s3cmd Set-Up
su <username>
/opt/s3cmd/s3cmd --configure
You Will Need to Enter your Amazon AWS S3 Credentials.
More you will need to Confirm All the Proposed Settings.
-
Getting-Started with s3cmd to Sync: