|
From: | Adrian Smith |
Subject: | Re: [rdiff-backup-users] How to include ./dir1 but exclude ./dir1/dir2 |
Date: | Sat, 4 Jul 2009 15:59:14 +0100 |
that fixed is Andreas. thanks very much. 2009/7/4 Andreas Olsson <address@hidden>: > On Saturday 04 July 2009 16:02:12 Adrian Smith wrote: >> rdiff-backup --include /home --include /etc --exclude >> /home/adrian/.VirtualBox --exclude / / $DEST >> >> The problem is the .VirtualBox directory is still being included in >> the backup. What am I doing wrong? > > You are doing things in the wrong order. The exclusion of your Virtualbox > folder should come before the inclussion of /home. Try the following: > > rdiff-backup --include /etc --exclude /home/adrian/.VirtualBox \ > --include /home --exclude / / $DEST > > // Andreas > > _______________________________________________ > rdiff-backup-users mailing list at address@hidden > http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users > Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki >
[Prev in Thread] | Current Thread | [Next in Thread] |