gosync

command module
v0.0.0-...-e28e971 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2013 License: MIT Imports: 5 Imported by: 0

README

Build Status

gosync

Sync files, fast.

Gosync leverages go routines to concurrently sync files from S3 to the local file system and vice versa.

Installation

Clone the repo:

git clone https://github.com/brettweavnet/gosync

Change into the gosync directory, download the dependencies and run make:

cd gosync
go get -d -v ./...
make

Setup

Set environment variables:

AWS_SECRET_ACCESS_KEY=yyy
AWS_ACCESS_KEY_ID=xxx

Usage

gosync sync source target

Syncing from local directory to S3

gosync sync /files s3://bucket/files

Syncing from S3 to local directory

gosync sync s3://bucket/files /files

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL