nixpulvis / dotfiles

My personal dotfiles, using fish, i3 and much more.
4 stars 4 forks source link

Better Backup Filtering #80

Open nixpulvis opened 4 years ago

nixpulvis commented 4 years ago

This is the current filtering commands: https://github.com/nixpulvis/dotfiles/blob/ce24ecb163941c19f6e8f7a9e784e4e133271166/bin/backup#L29-L36 This does a poor job of skipping things in ~/.local and ~/.config like the Cargo registry or various other caches.

Looking through existing backups and pruning / updating the filter options in backup should fix the issue, and free up a bunch of space.