backup: new excludes
This commit is contained in:
parent
dacf694772
commit
2a51db5820
|
@ -40,10 +40,9 @@ borg create \
|
|||
--exclude "${XDG_STATE_HOME}/*" \
|
||||
--exclude "${XDG_CONFIG_HOME}/borg/*" \
|
||||
--exclude "${XDG_CONFIG_HOME}/chromium/*" \
|
||||
--exclude "${XDG_CONFIG_HOME}/Element/*" \
|
||||
--exclude "${XDG_DATA_HOME}/Trash/*" \
|
||||
--exclude "${XDG_DATA_HOME}/zsh/history" \
|
||||
--exclude "${XDG_DATA_HOME}/backup.log" \
|
||||
--exclude "${HOME}/.secrets/*" \
|
||||
--exclude "${HOME}/.mozilla/firefox/*" \
|
||||
--exclude "${HOME}/.thunderbird/*" \
|
||||
::'{hostname}-{now}' \
|
||||
|
|
Loading…
Reference in New Issue