duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Cleanup of temporary file failed?


From: Chris Poole
Subject: [Duplicity-talk] Cleanup of temporary file failed?
Date: Wed, 8 Dec 2010 18:12:46 +0000

Hi,
I keep receiving this "Cleanup of temporary file failed" warning,
though the backup works flawlessly otherwise.

I ran the following:

    duplicity -v9 --name serverID --encrypt-key MYKEY \
      --allow-source-mismatch --exclude-globbing-filelist \
      "~/.duplicity-exclude" ~/ \
      "scp://address@hidden//home/Backup/Duplicity/"

(This would be in incremental mode, since a full backup and a few incs
have already been performed.)

The top part of the output shows:

    Using temporary directory
/Users/Chris/.cache/duplicity/serverID/duplicity-6pV_Kl-tempdir
    Registering (mktemp) temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-6pV_Kl-tempdir/mktemp-ifG7Is-1
    Using temporary directory
/Users/Chris/.cache/duplicity/serverID/duplicity-5JVC_n-tempdir
    Registering (mktemp) temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-5JVC_n-tempdir/mktemp-Sbbdf9-1
    AsyncScheduler: instantiating at concurrency 0
    Registering (mktemp) temporary file
/var/folders/ZD/ZDDgBR3jGKOxftJAGo+jM++++TI/-Tmp-/duplicity-4r6USm-tempdir/mktemp-JVMgmd-3

Then it does its job, and at the end, gives the failed error messages:

    Removing still remembered temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-6pV_Kl-tempdir/mktemp-ifG7Is-1
    Cleanup of temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-6pV_Kl-tempdir/mktemp-ifG7Is-1
failed
    Removing still remembered temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-5JVC_n-tempdir/mktemp-Sbbdf9-1
    Cleanup of temporary file
/Users/Chris/.cache/duplicity/serverID/duplicity-5JVC_n-tempdir/mktemp-Sbbdf9-1
failed

    Deleting 
/var/folders/ZD/ZDDgBR3jGKOxftJAGo+jM++++TI/-Tmp-/duplicity-4r6USm-tempdir/mktemp-JVMgmd-3
    Forgetting temporary file
/var/folders/ZD/ZDDgBR3jGKOxftJAGo+jM++++TI/-Tmp-/duplicity-4r6USm-tempdir/mktemp-JVMgmd-3

Anyone any idea why it's failing? I thought max verbosity may give a
clue, but it doesn't seem so.

~/.cache, and all nested folders are owned by myself, so it doesn't
seem to be a permissions thing. In any case, the signatures cache
works fine.

Also, there are no temporary files with these cryptic names in
.cache/duplicity/serverID. Just the manifest and sigtar files.

duplicity 0.6.11
python 2.7.1
Mac OS X 10.6.5



reply via email to

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