SquashFu
SquashFu copied to clipboard
Ignore Packages Files
Excluding all the files listed by for x in $(pacman -Ql | awk '{print $2;}'); do "$x"; done
and re-including pacman -Qii | awk '/^MODIFIED/ {print $2}'
would save a lot of space. To rebuild after a recovery, just doing pacman -Qnq | pacman -S -
should work I think.
Thoughts?