duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Out of space error while restoring a file


From: edgar . soldin
Subject: Re: [Duplicity-talk] Out of space error while restoring a file
Date: Sun, 07 Oct 2012 14:39:14 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

On 07.10.2012 09:03, Laurynas Biveinis wrote:
> The script I used
> 
> duplicity -v9 -t19D --file-to-restore file &
> duplicity_pid=$!
> lsof -p $duplicity_pid +r 300 &
> 
> while ps aux | grep [d]uplicity >/dev/null 2>&1
> do
>     date
>     ls -lAR $TMP
>     du -c $TMP
>     df -h --sync $TMP
>     sleep 300s
> done

nice.. from your output i could determine a minor issue of tmp files placed 
outside duplicity's tempdir.

also, it seems like expected: the du's during the restore suggest that no more 
than 2times+plus some is used. to verify this, could you please:

- restore to another mountpoint not df'd?
- just loop a df every 10s? remove the others (lsof,date,du)


thanks.. ede/duply.net



reply via email to

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