Skip to content
Snippets Groups Projects
Commit ff772420 authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Improve default restic includes and excludes.

parent ded35b56
Branches
No related tags found
No related merge requests found
...@@ -41,8 +41,8 @@ if [[ "$backup" == "yes" ]]; then ...@@ -41,8 +41,8 @@ if [[ "$backup" == "yes" ]]; then
setsection backup setsection backup
getconf include "/etc /home /usr/local" getconf include "/ /boot /usr /var /home"
getconf exclude "/tmp /proc /dev /sys /net /misc /media /srv /selinux" getconf exclude "/home/*/.cache **/.Trash-* **/[Cc]ache/* *.vmdk /tmp/* **/build-area/* /var/cache/* /var/tmp/* /var/log/*"
getconf tag getconf tag
getconf one_file_system "yes" getconf one_file_system "yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment