Hi, Perhaps with dd ? Something like :
(on the old server)#dd if=/dev/old_partition | ssh new_server dd of=/dev/new_partition (perhaps indicate the bs=xxxx ? But with which ?) Or with netcat and dd like that : (new_server)#nc -l -p 10000 > /dev/new_part (old_server)#dd if=/dev/old_part | nc -w 5 @IP_new_server 10000 So, no problem with hard link etc. Hope that help, Pierre-Damien > -----Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la > part de Les Mikesell > Envoyé : jeudi 9 novembre 2006 19:45 > À : [EMAIL PROTECTED] > Cc : backuppc-users@lists.sourceforge.net > Objet : Re: [BackupPC-users] Backup backuppc > > On Thu, 2006-11-09 at 08:39 -0600, [EMAIL PROTECTED] wrote: > > On Thursday, November 09, 2006 5:00 AM, daniel berteaud wrote: > > > > > >You can use rsync to do that, something like > > > > > >rsync -avP -H /old_location [EMAIL PROTECTED]:/new_location > > > > > >should do the trick > > > > > > > > > > You can also just tar up the backuppc directory and move it > as one chunk. You are going to have to reinstall backuppc on > the new server of course. > > There are several ways to copy the archive with the hardlinks > intact, but they tend to be slow if the archive is large. It > may be easier to just duplicate the configuration on a new > server and let it accumulate its own history of new backups. > Meanwhile you can stop the old one but keep it around in case > you have to access the older backups. > > -- > Les Mikesell > [EMAIL PROTECTED] > > > > -------------------------------------------------------------- > ----------- > Using Tomcat but need to do more? Need to support web > services, security? > Get stuff done quickly with pre-integrated technology to make > your job easier > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057& > dat=121642 > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/backuppc-users > http://backuppc.sourceforge.net/ > ______________________________________________________________________ Ce message contient des informations dont le contenu est susceptible d'etre confidentiel. Il est destine au(x) destinataire(s) indique(s) exclusivement. A moins que vous ne fassiez partie de la liste des destinataires, ou que vous soyez habilite a recevoir le mail a leur place, il vous est interdit de le copier, de l'utiliser ou de devoiler son contenu a un tiers. Si vous avez recu cet email par erreur, merci de prendre contact avec l'emetteur. Les opinions exprimees dans cet e-mail sont celles de l'emetteur et ne refletent pas necessairement celles de l'entreprise. Ce e-mail peut contenir des pieces jointes dont certaines pourraient contenir des virus qui pourraient endommager votre systeme informatique. La compagnie a pris toutes dispositions afin de minimiser ce risque et decline toute responsabilite pour toute perte ou dommage resultant directement ou indirectement de l'utilisation de cet email ou de son contenu. Il vous appartient d'effectuer vos propres controles anti-virus avant d'ouvrir la ou les pieces jointes. ______________________________________________________________________ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/