Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Node Mongodb S3 Backup | 105 | 1 | 1 | 7 years ago | 8 | October 02, 2015 | 9 | JavaScript | ||
A node.js package that makes syncing a MongoDB database to S3 simple. | ||||||||||
Docker Backup To S3 | 103 | 4 years ago | 5 | mit | Shell | |||||
Docker container that periodically backups files to Amazon S3 using s3cmd and cron | ||||||||||
Simply Static Deploy | 59 | 1 | 3 months ago | 22 | August 17, 2022 | 11 | mit | PHP | ||
WordPress plugin to deploy static sites easily to an AWS S3 bucket. | ||||||||||
Heroku Mongo Backup | 56 | 8 | 1 | 7 years ago | 22 | August 11, 2013 | 5 | Ruby | ||
Backup mongodb on Heroku and push it to S3 or FTP with cron task. | ||||||||||
Postgres S3 Backup | 23 | 5 years ago | mit | Shell | ||||||
Dockerized cron backup of a Postgres db to Amazon S3 | ||||||||||
Docker Influxdb To S3 | 21 | 6 years ago | 1 | gpl-3.0 | Shell | |||||
Backup and restore InfluxDB databases from S3 | ||||||||||
Directadmin S3 Backup | 18 | 4 months ago | 2 | mit | Shell | |||||
DirectAdmin S3 Backup | ||||||||||
Cron Container | 16 | 8 years ago | Shell | |||||||
Run an ETCD backup task inside a Docker container and upload it to AWS S3. | ||||||||||
Docker Aws S3 Sync | 14 | 5 years ago | 1 | mit | Shell | |||||
Docker container to sync a folder to Amazon S3 | ||||||||||
S3napback | 13 | 8 years ago | 7 | other | Perl | |||||
Cycling, Incremental, Compressed, Encrypted Backups to Amazon S3. |
Provides duplicity incremental backup to S3 under cron (based on Alpine Linux).
Please have a look at docker-compose.example.yml
...
volumes:
- /path/to/your/files:/data
- /file-backup/cache:/root/.cache/duplicity
environment:
REMOTE_URL: 's3://s3.eu-central-1.amazonaws.com/bucket-name/my-files'
AWS_ACCESS_KEY_ID: 'PUT YOUR VALUE HERE'
AWS_SECRET_ACCESS_KEY: 'PUT YOUR VALUE HERE'
...
/path/to/your/files
and /file-backup/cache
REMOTE_URL
with your valueAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
valuesdocker-compose up -d
Additional scripts are provided to make it easier to manually invoke backups.
docker exec -it myfilebackup backup [full|incremental]
docker exec -it myfilebackup status
docker exec -it myfilebackup restore
You can restore backup to specified time. More info here.
docker exec -it myfilebackup restore -t 1D