From dcffa5c6a243a535e5acd63d621ec53224af4f31 Mon Sep 17 00:00:00 2001 From: Adam Kouse Date: Tue, 26 Jan 2016 11:51:38 -0500 Subject: [PATCH] Single quote exclude line that includes an asterisk to prevent shell expansion --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 57e5481f3..42d196181 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -105,7 +105,7 @@ certain number of old archives:: $REPOSITORY::`hostname`-`date +%Y-%m-%d` \ /home \ /var/www \ - --exclude /home/*/.cache \ + --exclude '/home/*/.cache' \ --exclude /home/Ben/Music/Justin\ Bieber \ --exclude '*.pyc'