Matteo Sgalaberni wrote: > Hi, > > I want to clone the pool to a local disk attached via USB. > I can't made it with a dd because the pool is on a raid volume > that don't contain the pool only. > > Does it exist best practice to do this?
If you have a small pool and sufficient RAM, you may be able to copy with a file oriented approach (rsync -H, tar, cp -a, cpio, etc). but you have to take everything under the directory containing the pool and pc subdirectories at once to maintain the hardlinks. However, this is not an efficient process so there are limits to the size you can handle that way. Above that, you would have to partition the raid volume and dd the partition to a equal-sized partition on the external disk. -- Les Mikesell lesmikes...@gmail.com ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ 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/