elementar / docker-s3-volume

Docker container with a data volume from s3.
MIT License
268 stars 68 forks source link

Handle error case when a backup fails #2

Closed whatupdave closed 10 years ago

whatupdave commented 10 years ago

Currently the process dies:

backup /data => s3://my-bucket/data1
ERROR: [Errno -2] Name or service not known
./run.sh: backup failed

It should handle this and continue running.