Hi,

I wanted to knwo what would be the best way in your opinion to backup a bunch of virtual servers ?

For exemple i have  servers in

/vserver/vserverhostname

i have the same configuration for all the vservers's backup and ssh/rsync is only available from the main host. I wonder if i can use:

$Conf{RsyncShareName} 
<http://backuppc.sourceforge.net/faq/BackupPC.html#item_%24conf%7brsyncsharename%7d>
 = ['/vserver/titi.com', '/vserver/tutu.com','/'];

on the main one
and use

$Conf{ClientNameAlias} = mainhost.com;
$Conf{RsyncShareName} = '/vserver/titi.com';
$Conf{BackupFilesOnly} = ['/etc', '/boot','/var/spool/cron', '/usr/local/etc'];
$Conf{BackupFilesExclude} = ['/tmp', '/var/tmp', '/proc','/dev', '/var/run', 
'/var/log'];


and

$Conf{ClientNameAlias} = mainhost.com;
$Conf{RsyncShareName} = '/vserver/tutu.com';
$Conf{BackupFilesOnly} = ['/etc', '/boot','/var/spool/cron', '/usr/local/etc'];
$Conf{BackupFilesExclude} = ['/tmp', '/var/tmp', '/proc','/dev', '/var/run', 
'/var/log'];

and on the main host:
$Conf{RsyncShareName} = '/';
$Conf{BackupFilesOnly} = ['/etc', '/boot','/var/spool/cron', '/usr/local/etc'];
$Conf{BackupFilesExclude} = ['/tmp', '/var/tmp', '/proc','/dev', '/var/run', 
'/var/log'];


this way it would seems that the servers will be backuped individualy each one 
with a config file so i can give acces to the webadmin for those hosts and each 
one acces the part it own securely from the others ??
Is it the good choice, any idea if this will work or if we can do better ?

-
Cordialement,
Ghislain

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to