duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] duply restore Bug [ # diff -q -r /tmp/restore/sbin


From: edgar . soldin
Subject: Re: [Duplicity-talk] duply restore Bug [ # diff -q -r /tmp/restore/sbin /usr/sbin ] Comes wrong! {Amended 2}
Date: Mon, 05 Mar 2012 14:53:55 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 05.03.2012 14:38, han duply wrote:
> 
> *2. I use "du -sh" command for file details and it puts this: *
> 
> address@hidden sbin]# du -sh accton 
> 0       accton *            <== Why is zero? *
> address@hidden sbin]# du -sh adsl-connect  
> *0       adsl-connect   <==Why is zero? *
> *

because symlinks are stored in the inode, read
http://en.wikipedia.org/wiki/Symbolic_link#Storage_of_symbolic_links

> And when I use the " *ls /tmp/myrestore/sbin* " command for more details, I 
> found sth. that is:
> 
> All the *missing files (size is zero) *can display, but they all *are 
> Blinking in the backgroud of red color. *
> 
> Why??

because they were created relatively, meaning e.g. 
 capiinit -> ../../sbin/capiinit
would translate to 
 /tmp/myrestore/sbin/../../sbin/capiinit = /tmp/sbin/capiinit
but the target itself is in
 /sbin/capiinit
if you create a folder /usr/sbin2 and put them there they will find their 
target or better point to the correct target again

investigate some more about symlinks and you will understand. i assume the 
"bug" is resolved then?

..ede/duply.net


> -------------------------------------------------------------------------------
> 
> On Mon, Mar 5, 2012 at 7:39 PM, <address@hidden <mailto:address@hidden>> 
> wrote:
> 
>     On 05.03.2012 12:00, han duply wrote:
>     > *Hi ede: *
>     >
>     > Another restore with another folder "myrestore" *with -v9 OUTPUT * is 
> here:
>     >
>     > http://pastebin.com/LmcqpeBF
>     >
> 
>     it claims to have written the missing files, check the output for 
> yourself.
> 
>     please pastebin a
>      ls -la /tmp/myrestore
>     for me.
> 
>     ..ede/duply.net <http://duply.net>
> 
>     _______________________________________________
>     Duplicity-talk mailing list
>     address@hidden <mailto:address@hidden>
>     https://lists.nongnu.org/mailman/listinfo/duplicity-talk
> 
> 
> 
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/duplicity-talk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]