BackupPC-users

Re: [BackupPC-users] Problem with $Conf{BackupFilesExclude}

2009-01-21 03:43:42
Subject: Re: [BackupPC-users] Problem with $Conf{BackupFilesExclude}
From: Juergen Harms <Juergen.Harms AT unige DOT ch>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 21 Jan 2009 09:41:53 +0100
Have a look at
http://backuppc.wiki.sourceforge.net/Common_backup_excludes

I find the linux excludes somewhat spartiate - different utilities place 
backkup and temporary files at well hidden places. I just started 
getting things together, my intial setup for my home directory 
illustrates that there may be need for additional items to add to the 
examples quoted above - the kde Trash file is a good example. And I have 
not yet started hunting for temporary files produced by various Unix 
utilities.

$Conf{BackupFilesExclude} = {
   harms => [
      '/tmp',
      '/.local/share/Trash',
      '*~', '#*#'
   ]
};


For windows, I do not know enough to point out useless stuff. My initial 
exclude files are simply dictated by what I find in the error log - 
files that backuppc could not access, because Skype, Thunderbird etc. 
are using them - I like to have 0 errors unless backup really requires 
attention. Starting from the example in the URL quoted above and adding 
files I found in the error log, I added quite some Skype files, and had 
to deal with the fact the different Mozilla version place the same kind 
of file at /Application Data and at /Local Settings/Application Data - I 
simple added pairs of items to catch both.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/