Skip to content

Docker container periodically running a backup script to transfer from a database to the owncloud

Notifications You must be signed in to change notification settings

BreakOutEvent/breakout-backend-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

breakout-backend-backup

Docker container periodically running a backup script to transfer from a database to the owncloud

Usage

docker run -e BREAKOUT_DATABASE_NAME=database \
-e BREAKOUT_DATABASE_USER=username \
-e BREAKOUT_DATABASE_PW="password" \
-e BREAKOUT_BACKUP_PW=password_of_backup \
-e BREAKOUT_OWNCLOUD_USER=owncloud_user \
-e BREAKOUT_OWNCLOUD_PW=owncloud_password \
-e BREAKOUT_OWNCLOUD_URL=https://baseurl/remote.php/webdav/foldername/ \
--link databasecontaintername:breakout-mariadb \
-d registry_name/imagename:version

Todos

  • Move from deprecated --link to docker network
  • Use smaller base image (e.g alpine linux)

This is based on https://github.com/thepiwo/backup-to-owncloud, thanks! 🙌

About

Docker container periodically running a backup script to transfer from a database to the owncloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages