On Sat, 2010-12-18 at 14:23 -0500, Brad Alexander wrote:
> Okay, here we go, Tyler. I'm going to basically start converting hosts
> over to your full-machine backup. Wish me luck...:)
Good luck, Brad. Attached are relevant bits of my config, with
exclusions for archiving from the root dir down.
The only debatable choice here, in my opinion, is ~/Private and
~/.Private. I exclude that so my staff have a place to store their files
that won't be backed up, like 100 GB of music.
Regards,
Tyler
--
"A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders, give
orders, cooperate, act alone, solve equations, analyze a new problem,
pitch manure, program a computer, cook a tasty meal, fight efficiently,
die gallantly. Specialization is for insects."
-- Lazarus Long, "Time Enough for Love", by Robert A. Heinlein
$Conf{RsyncShareName} = [
'/'
];
$Conf{BackupFilesExclude} = {
'/' => [
'core.*',
'*.lock',
'/dev/*',
'/home/.ecryptfs/*/.Private/',
'/home/*/.gvfs',
'/home/*/.Private/*',
'/home/*/Private/*',
'/lib/modules/*/volatile/*',
'/media/*',
'/mnt/*',
'/proc/*',
'/sys/*',
'/tmp/*',
'/var/cache/apt/*',
'/var/cache/yum/*',
'/var/lib/php4/*',
'/var/lib/php5/*',
'/var/lock/*',
'/var/run/*',
'/var/tmp/*'
]
};
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/