Skip to content

glinders/docker-trac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trac as a Docker service

trac runs as a service, using a data container.

Data can be backed up and restored using the backup and restore containers

usage

make build; make run

backup

All data resides in directory /trac. Data is backed up to directory /backup (tar.gz file). To back up, use command:

docker start trac-app-backup

Use docker cp trac-app:/backup <dest> to get backups out of container.

restore

Archive to restore must be one created above (format: 20180724.trac.tar.gz). Use docker cp <archive> trac-app:/restore to get archive into container. To restore, use command:

docker start trac-app-restore

About

A trac container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 54.1%
  • Makefile 44.3%
  • Python 1.6%