From 8b36c29c06feecd9123ac4403813c971d4325e81 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Thu, 30 Jun 2016 14:56:24 +0200 Subject: [PATCH] Fix formatting/stray words in documentation --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 75e8bb7..67c0a71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rsync-homedir-excludes -#Usage: +## Usage: # download to `/var/tmp/ignorelist` wget https://raw.githubusercontent.com/rubo77/rsync-homedir-excludes/master/rsync-homedir-excludes.txt -O /var/tmp/ignorelist @@ -24,5 +24,3 @@ rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well. - -If you \ No newline at end of file