add unused compose files

This commit is contained in:
2024-11-14 14:12:42 +01:00
parent 95302bad46
commit 384bf4c4b8
30 changed files with 521 additions and 0 deletions

View 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