Skip to content

vidschofelix/urbackup-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

urbackup-docker

💾 small docker container for urbackup

Docker Automated buil

Version 2.1.18

Build

$ git clone https://github.com/firsttris/urbackup-docker.git
$ cd urbackup-docker
$ docker build -t tristanteu/urbackup-docker .

Run:

docker pull tristanteu/urbackup-docker

docker run \
--name urbackup \
-v /etc/localtime:/etc/localtime:ro \
-v /home/docker/urbackup/db/:/var/urbackup \
-v /media/8tb.wd.red/backup/:/backup \
--net="host" \
-d tristanteu/urbackup-docker

Important - First Start

  • on the first start urbackup complains about the backup directory
  • set /backup to your backup directory (settings)
  • mount this directory to your actual backup directory on your host
    -v /media/12TBWDRED/yourActualBackupDirectory/:/backup
  • ensure correct permissions on the host folders your mounting
    e.g.
    chmod 777 -R /home/docker/urbackup/
    chmod 777 -R /media/8tb.wd.red/backup/

About

💾 docker container for urbackup-server

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%