BackupPC-users

Re: [BackupPC-users] Backup of Windows 8 (again)

2013-01-27 07:48:22
Subject: Re: [BackupPC-users] Backup of Windows 8 (again)
From: Julien Lambot <jlambot AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Sun, 27 Jan 2013 13:45:24 +0100
Hello
As I struggled with the same issue on windows 7 I would recommend you this page from Coddy Dune http://www.cs.umd.edu/~cdunne/projs/backuppc_guide.html which helpded me a lot.

This is the exclude list I used for XP and 7, might be worth a try

$Conf{BackupFilesExclude} = {
  '*' => [
    '/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',
    '/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',
    '/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*',
    '/Program Files',
    '/Windows',
    '/$Recycle.Bin',
    '/MSOCache',
    '/System Volume Information',
    '/Boot',
    '/autoexec.bat',
    '/bootmgr',
    '/BOOTSECT.BAK',
    '/config.sys',
    '/hiberfil.sys',
    '/pagefile.sys',
    '/AppData'
  ]
};


Regards


On Sun, Jan 27, 2013 at 1:26 PM, Dan Johansson <Dan.Johansson AT dmj DOT nu> wrote:
Hi, it's me again.

I have gotten my backup of my new Windows 8 host to halfway work.
At the moment it is backing up to much (i.e. I can not get "BackupFilesExclude" to work properly).

e.g. If I put "\\AppData" in  BackupFilesExclude for my share, AppData correctly does not get backed up,
but if I put "\\AppData\\Local" in BackupFilesExclude, All data in AppData, including Local, gets backed up.

I have tried some variants of "\\AppData\\Local" like "\\AppData\\Local\\", "\\AppData\\Local\\*" and "\\AppData\Local", but they all fails.

Any suggestion on what I am doing wrong and how to solve it?

Regards,
--
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, _javascript_ and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
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/

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
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/
<Prev in Thread] Current Thread [Next in Thread>