24 lines
979 B
YAML
24 lines
979 B
YAML
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
|