We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acab8a commit 4247371Copy full SHA for 4247371
Readme.md
@@ -25,7 +25,7 @@ $host * *
25
# update packages
26
apt-get -q -y update
27
28
-# ignore files by case insensitive regex, in this case any file called big_files[0-9]+\.bin
+# ignore files by case insensitive regex, in this case any file called big_file[0-9]+\.bin
29
$ignore big_file[0-9]+\.bin
30
31
# backup files and folders, always recursive, separate multiple with |
0 commit comments