Add exludes to borg script, make pacdiff hook more descriptive
This commit is contained in:
parent
f72521bf0f
commit
2014d8027a
2 changed files with 5 additions and 1 deletions
|
@ -67,15 +67,19 @@ borg create \
|
|||
--exclude '/home/*/builds/*' \
|
||||
--exclude '/home/*/github_dotfiles/*' \
|
||||
--exclude '/home/*/github_misc/*' \
|
||||
--exclude '/home/*/Downloads/*' \
|
||||
--exclude '/home/*/Desktop/*' \
|
||||
--exclude '/home/*/Keepass/*' \
|
||||
--exclude '/home/*/Lessons/*' \
|
||||
--exclude '/home/*/Music/*' \
|
||||
--exclude '/home/*/PersonnalScripts/*' \
|
||||
--exclude '/home/*/Podcasts/*' \
|
||||
--exclude '/home/*/RootMe/*' \
|
||||
--exclude '/home/*/SetupCockpit/*' \
|
||||
--exclude '/home/*/SRC/*' \
|
||||
--exclude '/home/*/VirtualBox VMs/*' \
|
||||
--exclude '/home/*/Videos/*' \
|
||||
--exclude '/home/*/Documents/MBSR/*' \
|
||||
--exclude '/var/cache/*' \
|
||||
--exclude '/var/log/*' \
|
||||
--exclude '/var/tmp/*' \
|
||||
|
|
|
@ -6,6 +6,6 @@ Type = Package
|
|||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = pacdiff
|
||||
Description = Running pacdiff...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/pacdiff
|
||||
|
|
Loading…
Add table
Reference in a new issue