|
From: | Brice Burgess |
Subject: | [rdiff-backup-users] excluding .git, .svn, &c from rdiff-backup |
Date: | Thu, 24 Apr 2014 21:48:11 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
|=== #!/bin/sh rdiff-backup \ --exclude '**/.git' \ --exclude '**/.svn' \ --exclude '**/.ssh' \ --include /home \ --exclude / \ --print-statistics \ / /backups/test-target === |I want to exclude any .git, .svn, and .ssh directories encountered. Unfortunately the above does not appear to be working to accomplish this (.git directories are included in the backup). Any ideas?
running rdiff-backup 1.2.8 (debian wheezy) Many thanks. ~ Brice
[Prev in Thread] | Current Thread | [Next in Thread] |