add unused compose files
This commit is contained in:
23
_unused/docker-compose.backintime.yml
Normal file
23
_unused/docker-compose.backintime.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
backintime:
|
||||
image: backintime:latest
|
||||
instances:
|
||||
backintime-1:
|
||||
ship: local
|
||||
volumes:
|
||||
/host/bin: /bin
|
||||
/host/boot: /boot
|
||||
/host/etc: /etc
|
||||
/host/home: /home
|
||||
/host/lib: /lib
|
||||
/host/lib64: /lib64
|
||||
/host/opt: /opt
|
||||
/host/root: /root
|
||||
/host/scratch: /media/backup
|
||||
/host/usr: /usr
|
||||
/host/var: /var
|
||||
/root/.config/backintime/config: /opt/backintime/etc/backintime.cfg
|
||||
/root/.local/share/backintime/: /opt/backintime/var/local
|
||||
/usr/share/backintime/common: /root/tmp/backintime-1.1.12/common
|
||||
/usr/share/backintime/plugins: /root/tmp/backintime-1.1.12/common/plugins
|
||||
/var/spool: /opt/backintime/var/spool
|
||||
Reference in New Issue
Block a user