updated excludes
This commit is contained in:
parent
38513043bc
commit
5b6e9fe98a
@ -46,19 +46,23 @@ function g_backup {
|
|||||||
if [ "$BACKUPEXCLUDES" == "default" ]
|
if [ "$BACKUPEXCLUDES" == "default" ]
|
||||||
then
|
then
|
||||||
BACKUPEXCLUDES="$g_tmp/default-excludes"
|
BACKUPEXCLUDES="$g_tmp/default-excludes"
|
||||||
echo '.local/share/keyrings/*temp*
|
echo '.local/share/gvfs-metadata
|
||||||
.local/share/gvfs-metadata
|
|
||||||
.local/share/Trash
|
.local/share/Trash
|
||||||
.unison*
|
.unison*
|
||||||
unison.log
|
unison.log
|
||||||
.unison.sh.log
|
.unison.sh.log
|
||||||
.local/share/Steam/
|
.local/share/Steam/
|
||||||
dwhelper
|
dwhelper
|
||||||
.cache
|
*cache*
|
||||||
|
*tmp*
|
||||||
|
*temp*
|
||||||
|
*.del
|
||||||
|
*.bak
|
||||||
|
*.old
|
||||||
|
.var/app/org.signal.Signal
|
||||||
vpn
|
vpn
|
||||||
.config/Nextcloud/
|
.config/Nextcloud/
|
||||||
.VirtualBox/
|
.VirtualBox/
|
||||||
.g_tmp
|
|
||||||
DMS/
|
DMS/
|
||||||
tmp
|
tmp
|
||||||
.zoom/
|
.zoom/
|
||||||
@ -69,9 +73,8 @@ pagefile.sys
|
|||||||
GTC/
|
GTC/
|
||||||
.xsession-errors*
|
.xsession-errors*
|
||||||
part.dd
|
part.dd
|
||||||
.var/app/org.mozilla.firefox/*/cache/*
|
|
||||||
.local/share/Steam
|
.local/share/Steam
|
||||||
Nextcloud/
|
/Nextcloud/
|
||||||
var-lib-docker
|
var-lib-docker
|
||||||
/proc/
|
/proc/
|
||||||
/sys/
|
/sys/
|
||||||
|
Loading…
Reference in New Issue
Block a user