All,


We have been using BackupPC for quite a while and find it very useful.  We
had a failure of our NAS and unfortunately lost our backups.  We rebuilt
the array and setup the backups again, which seem to be working.  Some
clients, including my own machine are not getting backed up.  The web
interface is showing the Last attempt as “Done”, but no files are saved.
When it is backing up, I can see files that it is backing up.   For some
reason it is not even keeping a partial backup.   I am using rsyncd with
the following settings.  Any ideas?



[root@backuppc pc]# cat l-jwest17b.corpnet.com.pl

$Conf{RsyncdClientPort} = 873;

$Conf{ClientNameAlias} = 'l-jwest17b.corpnet.com';

$Conf{XferMethod} = 'rsyncd';

$Conf{FullAgeMax} = 8;

$Conf{RsyncdUserName} = 'backup';

$Conf{RsyncdPasswd} = 'backup';

$Conf{RsyncShareName} = [

  'c-drive'

];

$Conf{BackupFilesExclude} = {

  #Windows 7/Vista specific!

  '*' => [

        #7/Vista junction points

        '/Documents and Settings',

        '/ProgramData/Application Data',

        '/ProgramData/Desktop',

        '/ProgramData/Documents',

        '/ProgramData/Favorites',

        '/ProgramData/Start Menu',

        '/ProgramData/Templates',

        '/Users/All Users',

        '/Users/Users/Default User',

        '/Users/Users/All Users/Application Data',

        '/Users/Users/All Users/Desktop',

        '/Users/All Users/Documents',

        '/Users/All Users/Favorites',

        '/Users/All Users/Start Menu',

        '/Users/All Users/Templates',



        #Junction points common to every user profile

        '/Users/*/Application Data',

        '/Users/*/Cookies',

        '/Users/*/Local Settings',

        '/Users/*/My Documents',

        '/Users/*/NetHood',

        '/Users/*/PrintHood',

        '/Users/*/Recent',

        '/Users/*/SendTo',

        '/Users/*/Start Menu',

        '/Users/*/Templates',

        '/Users/*/AppData/Local/Application Data',

        '/Users/*/AppData/Local/History',

        '/Users/*/AppData/Local/Temporary Internet Files',

        '/Users/*/Documents/My Music',

        '/Users/*/Documents/My Pictures',

        '/Users/*/Documents/My Videos',



        #Temporary and in-use user data

        '/Users/*/AppData/Local/Microsoft/Windows/Temporary Internet Files',

        '/Users/*/AppData/Local/Temp',

        '/Users/*/NTUSER.DAT*',

        '/Users/*/ntuser.dat*',

        '/Users/*/AppData/Local/Microsoft/Windows/UsrClass.dat*',

        '/Users/*/AppData/Local/Microsoft/Windows Defender/FileTracker',

        '/Users/*/AppData/Local/Microsoft/Windows/Explorer/thumbcache_*.db',

        '/Users/*/AppData/Local/Microsoft/Windows/WER',

        '/Users/*/AppData/Local/Mozilla/Firefox/Profiles/*/Cache',

        '/Users/*/AppData/Local/Mozilla/Firefox/Profiles/*/OfflineCache',

        '/Users/*/AppData/Roaming/Microsoft/Windows/Cookies',

        '/Users/*/AppData/Roaming/Microsoft/Windows/Recent',

        'ProgramData/Microsoft/Search',

        'ProgramData/Microsoft/Windows Defender',

        '*.lock',

        'Thumbs.db',

        'IconCache.db',

        'Cache*',

        'cache*',



        #Installation folders and system data

        '/Program Files',

        '/Program Files (x86)',

        '/Windows',

        '/$Recycle.Bin',

        '/MSOCache',

        '/System Volume Information',

        '/Boot',

        '/autoexec.bat',

        '/bootmgr',

        '/BOOTSECT.BAK',

        '/config.sys',

        '/hiberfil.sys',

        '/pagefile.sys'

  ]

};





Jeff West
Systems Engineer
Riptide Software
Office 321-296-7724 ext 216 <(321)%20296-7724>
Direct 407-542-7697 <(407)%20542-7697>
Cell    407-925-7030 <(407)%20925-7030>
www.riptidesoftware.com
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to