Dockerfile for setting up a Docker container which will tar up the specified directory and upload to s3.
$ docker pull maluuba/s3backup
$ chmod +x run-backup.sh
# SOURCE_DIR = <directory in to backup>
# S3PATH = the path in s3 starting with bucker name bucket-name/folder/something
# LIMIT = The number of old backups to keep, includign this one
# TAR_COMMANDS optionally add commands that will be given to the tar command, e.g. --exclude=*bad_file.txt
$ run-backup.sh AWS_ACCESS_KEY AWS_SECRET_KEY SOURCE_DIR S3PATH LIMIT [TAR_COMMANDS]
From sources:
$ docker build github.com/maluuba/docker-s3-backup
Copyright 2014 Maluuba
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Content type
Image
Digest
sha256:7b4256dbf…
Size
84.9 MB
Last updated
about 10 years ago
docker pull maluuba/s3backup