On Sat, Jun 16, 2012 at 6:52 AM, Steve Kieu <msh.comput...@gmail.com> wrote:
>
>> What is the ./rootfs/ directory, and why is that not the place it is
>> trying to write?   Do you actually have a hardlinked structure like
>> that on the backup target?
>>
>
> I use the rsyncd and modules name for path = / is rootfs . Then backup the
> whole root (with some exclude of course) using backuppc. Backuppc write it
> under frootfs  folder.

When the target is a linux system, why not just use rsync over ssh?

> When doing archive backupps put all file under / into a folder rootfs .

Are these the archives written by backuppc or something else?

> Nope backup target is normal centos 6 system so no hardlink at all for such
> like /sbin/e2fsck , etc.. . When backuppc does the backup as there are two
> nealry identical target  system it makes hardlink for the second one I guess
> to same disk space. But when dong an archive it should dereference the hard
> link -

Backuppc hardlinks all identical files for its own storage - which is
most of the point of using it.   Normal tar will only include
hardlinks as links in its archive if it has the content earlier in the
stream, so I'm not sure what is going on here.   I haven't used the
rsyncd setup in combination with archivehost so I'm not sure what to
expect there.  If the module name is included as a top level directory
in the tar output, I would have expected extraction to have created it
and pushed everything else down a level.  Is there something in the
way you extract that would prevent that?    Does this scenario happen
in any other case?   Maybe it is somehow confused by the module name
and a directory being named the same, or by what happens to '/' as the
real top level when it is converted to a relative path in extraction.

-- 
   Les Mikesell
      lesmikes...@gmail.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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/

Reply via email to