Skip to content
Snippets Groups Projects
Commit ed7db37f authored by Root at selen's avatar Root at selen
Browse files

SNAPSHOTER Exclude arch cache

parent 424892a9
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ usingSSH=false
exclude_mnt=true
exclude_aux=true
exclude_arch_cache=true
exclude_key=true
exclude_fs=true
exclude_cache=true
......@@ -195,6 +196,10 @@ $exclude_fs && echo >> "$excludefile" "/tmp"
$exclude_fs && echo >> "$excludefile" "/snap"
$exclude_mnt && echo >> "$excludefile" "/mnt"
$exclude_aux && echo >> "$excludefile" "/aux"
$exclude_arch_cache && echo >> "$excludefile" "/var/cache/pacman/pkg"
$exclude_arch_cache && echo >> "$excludefile" "/var/cache/aur/.cache"
$exclude_arch_cache && echo >> "$excludefile" "/var/cache/aur/.gradle"
$exclude_arch_cache && echo >> "$excludefile" "/var/cache/aur/.cargo"
for h_it in $excludedir_homes
do
h="${h_it:1:-1}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment