Ver Fonte

Single quote exclude line that includes an asterisk to prevent shell expansion

Adam Kouse há 9 anos atrás
pai
commit
dcffa5c6a2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/quickstart.rst

+ 1 - 1
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'