Re: [BackupPC-users] File inclusion using tar

2006-02-19 Thread Vijay Avarachen
All the full backups workhowever there was a small bug in the python scripthere are the two lines that need to be changed:@@ -32,7 +32,7 @@ date = calendar.datetime.date.today() suffix = str( date.month) + '-' + str(date.day) + '-' + str(date.year) exList = '/tmp/excludes_%s.txt

Re: [BackupPC-users] File inclusion using tar

2006-02-13 Thread Craig Barratt
Vijay Avarachen writes: > I seem to have backupPC working smoothly but I am having difficulty > narrowing down files that I want to backup. I am using tar to backup my > linux host and I want to only backup files with specific extensions. I know > how to do this via command line (--exclude="

[BackupPC-users] File inclusion using tar

2006-02-10 Thread Vijay Avarachen
Hello, I seem to have backupPC working smoothly but I am having difficulty narrowing down files that I want to backup.  I am using tar to backup my linux host and I want to only backup files with specific extensions. I know how to do this via command line (--exclude="`find /target/dir | grep -i