Docker: restic Variablen angepasst
This commit is contained in:
parent
786506d902
commit
f96eae2532
2 changed files with 12 additions and 5 deletions
|
@ -25,11 +25,6 @@
|
||||||
**/**cache***/**
|
**/**cache***/**
|
||||||
**/**Cache***/**
|
**/**Cache***/**
|
||||||
**/**AppData***/**
|
**/**AppData***/**
|
||||||
/var/lib/docker/volumes/***Musik***
|
|
||||||
/var/lib/docker/volumes/***musik***
|
|
||||||
# https://github.com/restic/restic/issues/1005
|
|
||||||
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
|
||||||
|
|
||||||
### mgrote.tmux
|
### mgrote.tmux
|
||||||
tmux_conf_destination: "/home/mg/.tmux.conf"
|
tmux_conf_destination: "/home/mg/.tmux.conf"
|
||||||
tmux_bashrc_destination: "/home/mg/.bashrc"
|
tmux_bashrc_destination: "/home/mg/.bashrc"
|
||||||
|
|
|
@ -35,3 +35,15 @@
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
|
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
|
||||||
restic_cron_hours: "*"
|
restic_cron_hours: "*"
|
||||||
|
restic_exclude: |
|
||||||
|
._*
|
||||||
|
desktop.ini
|
||||||
|
.Trash-*
|
||||||
|
**/**cache***/**
|
||||||
|
**/**Cache***/**
|
||||||
|
**/**AppData***/**
|
||||||
|
/var/lib/docker/volumes/***Musik***
|
||||||
|
/var/lib/docker/volumes/***musik***
|
||||||
|
# https://github.com/restic/restic/issues/1005
|
||||||
|
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue