SquashFu icon indicating copy to clipboard operation
SquashFu copied to clipboard

Ignore Packages Files

Open Manouchehri opened this issue 9 years ago • 0 comments

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?

Manouchehri avatar Aug 28 '15 05:08 Manouchehri