summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbackup_home6
1 files changed, 5 insertions, 1 deletions
diff --git a/backup_home b/backup_home
index 28a3bad..12c9028 100755
--- a/backup_home
+++ b/backup_home
@@ -8,7 +8,11 @@ tar \
--exclude "$HOME/usr/git" \
--exclude "$HOME/usr/media" \
--exclude "$HOME/.ccache" \
- --exclude "$HOME/.gems" \
+ --exclude "$HOME/.gem" \
--exclude "$HOME/.local/share/Trash" \
--exclude "$HOME/.local/share/Steam" \
+ --exclude "$HOME/_wip" \
+ --exclude "$HOME/.cache/mozilla" \
+ --exclude "$HOME/.cache/winetricks" \
+ --exclude "$HOME/.thumbnails" \
-cvzf $DST $HOME/