duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity crashing


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Duplicity crashing
Date: Thu, 10 Apr 2008 07:05:26 -0500
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Eric B. wrote:
> Hi,
> 
> I'm not quite sure what is generating this error with duplicity.   The
> directory path that duplicity is pointing to is indeed a filename, not an
> actual directory, although its path does exist (I have checked it).
> 
> # duplicity --no-encryption --volsize 2000 --full-if-older-than
> W  --include-globbing-filelist /etc/backup/duplicity.conf --archive-dir
> /var/spool/duplicity/archive /
> file:///mount/bashful/backup/duplicity/orion -v5
> 
> Traceback (most recent call last):
>   File "/usr/bin/duplicity", line 460, in ?
>     with_tempdir(main)
>   File "/usr/bin/duplicity", line 455, in with_tempdir
>     fn()
>   File "/usr/bin/duplicity", line 441, in main
>     full_backup(col_stats)
>   File "/usr/bin/duplicity", line 155, in full_backup
>     bytes_written = write_multivol("full", tarblock_iter, globals.backend)
>   File "/usr/bin/duplicity", line 99, in write_multivol
>     backend.put(tdp, dest_filename)
>   File
> "/var/tmp/duplicity-0.4.9-0.fdr.6-root-root/usr/lib/python2.4/site-packages/duplicity/backends.py",
> line 276, in put
>   File
> "/var/tmp/duplicity-0.4.9-0.fdr.6-root-root/usr/lib/python2.4/site-packages/duplicity/path.py",
> line 496, in writefileobj
>   File
> "/var/tmp/duplicity-0.4.9-0.fdr.6-root-root/usr/lib/python2.4/site-packages/duplicity/path.py",
> line 448, in open
> IOError: [Errno 20] Not a directory:
> '/mount/bashful/backup/duplicity/orion/duplicity-full.2008-04-09T13:10:16-04:00.vol1.difftar.gz'

Duplicity requires output to a directory, not a file.  Change to a
directory and it will work.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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