Skip to content

redradishtech/dropbox_to_s3_syncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Dropbox-to-Amazon-S3 Syncer

Installation

On Ubuntu:

  1. First install docker and install docker compose.

  2. Copy .env.sample to .env, and customize with the AWS credentials, S3 bucket and other details.

  3. Get the required Docker build files:

	git clone https://github.com/redradishtech/docker-dropbox_to_s3_syncer.git
	git clone https://github.com/redradishtech/docker-dropbox.git
  1. Run docker-compose up dropbox. You should see repeated messages of the form:

    dropbox_1 | This computer isn't linked to any Dropbox account... dropbox_1 | Please visit https://www.dropbox.com/cli_link_nonce?nonce=xxxxxxxxxxxxxxxxxxxxxxxxx to link this device.

  2. Visit the URL to authorize the Dropbox instance, after which the docker log should report:

    dropbox_1 | This computer is now linked to Dropbox. Welcome

To check on the sync status, run:

docker exec -it dropbox dropbox status

Once this returns 'Up to date', your ./dropbox/Dropbox directory should mirror your Dropbox content.

  1. Now run docker-compose up s3syncer. If you set the variables correctly in .env,

About

A tool for syncing Dropbox to Amazon S3. This is a 'docker compose' wrapper around docker-dropbox and docker-dropbox_to_s3_syncer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published