After debugging was turned on using DEJA_DUP_DEBUG=1 deja-dup --backup > dejadup.log 2>&1, your dejadup.log file contains:
DUPLICITY: ERROR 30 EOFError
DUPLICITY: . Traceback (most recent call last):
DUPLICITY: . File "/usr/bin/duplicity", line 1532, in <module>
DUPLICITY: . with_tempdir(main)
DUPLICITY: . File "/usr/bin/duplicity", line 1526, in with_tempdir
DUPLICITY: . fn()
DUPLICITY: . File "/usr/bin/duplicity", line 1380, in main
DUPLICITY: . do_backup(action)
DUPLICITY: . File "/usr/bin/duplicity", line 1454, in do_backup
DUPLICITY: . globals.gpg_profile.passphrase = get_passphrase(1, action)
DUPLICITY: . File "/usr/bin/duplicity", line 198, in get_passphrase
DUPLICITY: . pass1 = getpass_safe(_("GnuPG passphrase for decryption:") + " ")
DUPLICITY: . File "/usr/bin/duplicity", line 93, in getpass_safe
DUPLICITY: . return getpass.getpass(message)
DUPLICITY: . File "/usr/lib/python2.7/getpass.py", line 83, in unix_getpass
DUPLICITY: . passwd = fallback_getpass(prompt, stream)
DUPLICITY: . File "/usr/lib/python2.7/getpass.py", line 118, in fallback_getpass
DUPLICITY: . return _raw_input(prompt, stream)
DUPLICITY: . File "/usr/lib/python2.7/getpass.py", line 135, in _raw_input
DUPLICITY: . raise EOFError
DUPLICITY: . EOFError
DUPLICITY: .
and a bit further:
DUPLICITY: DEBUG 1
DUPLICITY: . Backtrace of previous error: Traceback (innermost last):
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 365, in inner_retry
DUPLICITY: . return fn(self, *args)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 563, in get
DUPLICITY: . self.backend._get(remote_filename, local_path)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/backends/giobackend.py", line 146, in _get
DUPLICITY: . self.__copy_file(source_file, target_file)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/backends/giobackend.py", line 119, in __copy_file
DUPLICITY: . None, self.__copy_progress, None)
DUPLICITY: . Error: g-io-error-quark: Error opening file: Operation not permitted (14)
DUPLICITY: .
DUPLICITY: WARNING 1
DUPLICITY: . Attempt 1 failed. Error: g-io-error-quark: Error opening file: Operation not permitted (14)
So the error must be on the davfs side and you should investigate the server as locally there is nothing wrong at all.
smartctl --all /dev/XdYwhere X and Y are the letters denonimating your disk? – Fabby Jan 04 '17 at 09:58tmp/in my home directory goes away right after dejadup finishes. So I cannot inspect that. However, I took a closer look into the file*.manifest.gpgand even though it is owned by my user and access rights are644I cannot read from the file (not even as sudo). – jotrocken Jan 09 '17 at 08:41fsckon the disk and try again. If that doesn't help, try to create a new directorydejadup-backup2and use that to make a backup so we can compare the 2 after a successful back-up. – Fabby Jan 09 '17 at 16:56fsck, because the device is mounted. Cannot create a new directory, even with sudo, because ofPermission denied. This seems to be a filesystem problem. Will continue later the day... – jotrocken Jan 10 '17 at 08:59DEJA_DUP_DEBUG=1 deja-dup --backup > dejadup.log 2>&1– jotrocken Jan 11 '17 at 08:19