From 9e6236e1c7467e9581fbd1f5c79a656ae00a8e29 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 Feb 2016 06:57:46 +0100 Subject: [PATCH] added .bash_histrory exclusion for all users --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 6462b45..b6869b2 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -96,7 +96,7 @@ shift;OPTIONS="$@" # Excludes: EXCLUDES="\ ---exclude=.bash_history \ +--exclude=home/*/.bash_history \ --exclude=dev/* \ --exclude=media/* \ --exclude=mnt/*/* \