duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] WebDAV errors


From: Mario Barcala
Subject: [Duplicity-talk] WebDAV errors
Date: Fri, 11 Oct 2013 10:24:10 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi all:

Is it usual to get so many message erros using duplicity with webdav?
I am backing up a sample directory with one sample file against an empty
webdav account. It seems backup is made but I see many erros with -v9
(I have replaced users, passwords, and server names)

This is the command:

duplicity --ssl-no-check-certificate -v9 duplicity_test_directory/ 
webdavs://theuser:address@hidden/remote.php/webdav/


And I get all this errors for the first run:

Using archive dir: /home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176
Using backup name: b1d934d3f44504a19759aa55ef169176
Import of duplicity.backends.megabackend Succeeded
Import of duplicity.backends.u1backend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.swiftbackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.dpbxbackend Failed: No module named dropbox
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Using WebDAV protocol http
Using WebDAV host myserver port None
Using WebDAV directory /remote.php/webdav/
Main action: inc
================================================================================
duplicity 0.6.22 (August 22, 2013)
Args: /usr/local/bin/duplicity --ssl-no-check-certificate -v9 
duplicity_test_directory/ webdavs://theuser:address@hidden/remote.php/webdav/
Linux machine 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 
/usr/bin/python 2.7.3 (default, Jan  2 2013, 13:56:14) 
[GCC 4.7.2]
================================================================================
Using temporary directory /tmp/duplicity-JzxWlD-tempdir
Registering (mkstemp) temporary file 
/tmp/duplicity-JzxWlD-tempdir/mkstemp-Nuv_mq-1
Temp has 22430801920 available, backup will use approx 34078720.
Listing directory /remote.php/webdav/ on WebDAV server
WebDAV create connection on 'myserver' (retry 1) 
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1'} 
WebDAV data length: 0 
WebDAV response status 401 with reason 'Unauthorized'.
WebDAV retry request with authentification headers.
WebDAV PROPFIND /remote.php/webdav/ request2 with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response2 status 200 with reason ''.
123
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns";>
  <s:exception>Sabre_DAV_Exception_NotAuthenticated</s:exception>
  <s:message>No basic authentication headers were found</s:message>
  <s:sabredav-version>1.7.6</s:sabredav-version>
</d:error>

0

HTTP/1.1 207 Multi-Status
Date: Thu, 10 Oct 2013 21:25:32 GMT
Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 
mod_bwlimited/1.4
X-Powered-By: PHP/5.3.25
Strict-Transport-Security: max-age=31536000
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Brief,Prefer
DAV: 1, 3, extended-mkcol, 2
Set-Cookie: 524aab4b8f016=bbe931244f40c5278416c0ff5a9a96f7; path=/; secure; 
HttpOnly
Set-Cookie: 524aab4b8f016=eaef1356625266861741f5bece0a555c; path=/; secure; 
HttpOnly
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: application/xml; charset=utf-8

205
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808086016</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

0


Attempt 1 failed. ExpatError: syntax error: line 1, column 0
Backtrace of previous error: Traceback (innermost last):
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 344, 
in _retry_fatal
    return fn(self, *args)
  File 
"/usr/local/lib/python2.7/dist-packages/duplicity/backends/webdavbackend.py", 
line 300, in list
    raise e
 ExpatError: syntax error: line 1, column 0

Listing directory /remote.php/webdav/ on WebDAV server
WebDAV create connection on 'myserver' (retry 2) 
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response status 207 with reason 'Multi-Status'.
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808069632</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

webdav path decoding and translation: /remote.php/webdav/ -> /remote.php/webdav/
Local and Remote metadata are synchronized, no sync needed.
Listing directory /remote.php/webdav/ on WebDAV server
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response status 207 with reason 'Multi-Status'.
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808069632</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

webdav path decoding and translation: /remote.php/webdav/ -> /remote.php/webdav/
0 files exist on backend
2 files exist in cache
Extracting backup chains from list of files: 
['duplicity-full-signatures.20131004T212716Z.sigtar.part', 
'duplicity-full.20131004T212716Z.manifest.part']
File duplicity-full-signatures.20131004T212716Z.sigtar.part is not part of a 
known set; creating new set
Ignoring file (rejected by backup set) 
'duplicity-full-signatures.20131004T212716Z.sigtar.part'
File duplicity-full.20131004T212716Z.manifest.part is not part of a known set; 
creating new set
Found backup chain [Fri Oct  4 23:27:16 2013]-[Fri Oct  4 23:27:16 2013]
Last full backup left a partial set, restarting.
Last full backup date: Fri Oct  4 23:27:16 2013
Collection Status
-----------------
Connecting with backend: WebDAVBackend
Archive dir: /home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176

Found 0 secondary backup chains.

Found primary backup chain with matching signature chain:
-------------------------
Chain start time: Fri Oct  4 23:27:16 2013
Chain end time: Fri Oct  4 23:27:16 2013
Number of contained backup sets: 1
Total number of contained volumes: 0
 Type of backup set:                            Time:      Num volumes:
-------------------------
No orphaned or incomplete backup sets found.
PASSPHRASE variable not set, asking user.
PASSPHRASE variable not set, asking user.
RESTART: The first volume failed to upload before termination.
         Restart is impossible...starting backup from beginning.
Deleting 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-full-signatures.20131004T212716Z.sigtar.part
Deleting 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-full.20131004T212716Z.manifest.part
Using archive dir: /home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176
Using backup name: b1d934d3f44504a19759aa55ef169176
Import of duplicity.backends.megabackend Succeeded
Import of duplicity.backends.u1backend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.swiftbackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.dpbxbackend Failed: No module named dropbox
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Using WebDAV protocol http
Using WebDAV host myserver port None
Using WebDAV directory /remote.php/webdav/
Main action: inc
================================================================================
duplicity 0.6.22 (August 22, 2013)
Args: /usr/local/bin/duplicity --ssl-no-check-certificate -v9 
duplicity_test_directory/ webdavs://theuser:address@hidden/remote.php/webdav/
Linux machine 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 
/usr/bin/python 2.7.3 (default, Jan  2 2013, 13:56:14) 
[GCC 4.7.2]
================================================================================
Using temporary directory /tmp/duplicity-nfQ0ra-tempdir
Registering (mkstemp) temporary file 
/tmp/duplicity-nfQ0ra-tempdir/mkstemp-Kp8pLN-1
Temp has 22430797824 available, backup will use approx 34078720.
Listing directory /remote.php/webdav/ on WebDAV server
WebDAV create connection on 'myserver' (retry 1) 
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1'} 
WebDAV data length: 0 
WebDAV response status 401 with reason 'Unauthorized'.
WebDAV retry request with authentification headers.
WebDAV PROPFIND /remote.php/webdav/ request2 with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response2 status 200 with reason ''.
123
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns";>
  <s:exception>Sabre_DAV_Exception_NotAuthenticated</s:exception>
  <s:message>No basic authentication headers were found</s:message>
  <s:sabredav-version>1.7.6</s:sabredav-version>
</d:error>

0

HTTP/1.1 207 Multi-Status
Date: Thu, 10 Oct 2013 21:26:20 GMT
Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 
mod_bwlimited/1.4
X-Powered-By: PHP/5.3.25
Strict-Transport-Security: max-age=31536000
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Brief,Prefer
DAV: 1, 3, extended-mkcol, 2
Set-Cookie: 524aab4b8f016=0ab3e6a78a8f9215e29e5cb48366f9bd; path=/; secure; 
HttpOnly
Set-Cookie: 524aab4b8f016=7f212334b37b93ff242a9734a48f64ca; path=/; secure; 
HttpOnly
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: application/xml; charset=utf-8

205
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808036864</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

0


Attempt 1 failed. ExpatError: syntax error: line 1, column 0
Backtrace of previous error: Traceback (innermost last):
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 344, 
in _retry_fatal
    return fn(self, *args)
  File 
"/usr/local/lib/python2.7/dist-packages/duplicity/backends/webdavbackend.py", 
line 300, in list
    raise e
 ExpatError: syntax error: line 1, column 0

Listing directory /remote.php/webdav/ on WebDAV server
WebDAV create connection on 'myserver' (retry 2) 
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response status 207 with reason 'Multi-Status'.
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808040960</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

webdav path decoding and translation: /remote.php/webdav/ -> /remote.php/webdav/
Local and Remote metadata are synchronized, no sync needed.
Listing directory /remote.php/webdav/ on WebDAV server
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response status 207 with reason 'Multi-Status'.
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571afae104a"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:24:09 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>0</d:quota-used-bytes><d:quota-available-bytes>239808040960</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

webdav path decoding and translation: /remote.php/webdav/ -> /remote.php/webdav/
0 files exist on backend
0 files exist in cache
Extracting backup chains from list of files: []
Last full backup date: none
Collection Status
-----------------
Connecting with backend: WebDAVBackend
Archive dir: /home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176

Found 0 secondary backup chains.
No backup chains with active signatures found
No orphaned or incomplete backup sets found.
PASSPHRASE variable not set, asking user.
PASSPHRASE variable not set, asking user.
No signatures found, switching to full backup.
Using temporary directory 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-Jv7tPt-tempdir
Registering (mktemp) temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-Jv7tPt-tempdir/mktemp-I5b7pw-1
Using temporary directory 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-YrZT8O-tempdir
Registering (mktemp) temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-YrZT8O-tempdir/mktemp-f7N0UT-1
AsyncScheduler: instantiating at concurrency 0
Registering (mktemp) temporary file 
/tmp/duplicity-nfQ0ra-tempdir/mktemp-JUwXG8-2
Selecting duplicity_test_directory
Comparing () and None
Getting delta of (() duplicity_test_directory dir) and None
A .
Selecting duplicity_test_directory/duplicity_test_file.txt
Comparing ('duplicity_test_file.txt',) and None
Getting delta of (('duplicity_test_file.txt',) 
duplicity_test_directory/duplicity_test_file.txt reg) and None
A duplicity_test_file.txt
Removing still remembered temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-Jv7tPt-tempdir/mktemp-I5b7pw-1
Cleanup of temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-Jv7tPt-tempdir/mktemp-I5b7pw-1
 failed
Removing still remembered temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-YrZT8O-tempdir/mktemp-f7N0UT-1
Cleanup of temporary file 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-YrZT8O-tempdir/mktemp-f7N0UT-1
 failed
AsyncScheduler: running task synchronously (asynchronicity disabled)
Saving /remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg on 
WebDAV server
WebDAV PUT /remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg 
request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic 
dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 244 
Attempt 1 failed. BadStatusLine: ''
Backtrace of previous error: Traceback (innermost last):
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 344, 
in _retry_fatal
    return fn(self, *args)
  File 
"/usr/local/lib/python2.7/dist-packages/duplicity/backends/webdavbackend.py", 
line 388, in put
    raise e
 BadStatusLine: ''

Saving /remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg on 
WebDAV server
WebDAV create connection on 'myserver' (retry 2) 
WebDAV PUT /remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg 
request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic 
dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 244 
WebDAV response status 201 with reason 'Created'.
Deleting /tmp/duplicity-nfQ0ra-tempdir/mktemp-JUwXG8-2
Forgetting temporary file /tmp/duplicity-nfQ0ra-tempdir/mktemp-JUwXG8-2
AsyncScheduler: task completed successfully
Processed volume 1
Saving /remote.php/webdav/duplicity-full-signatures.20131010T212147Z.sigtar.gpg 
on WebDAV server
WebDAV PUT 
/remote.php/webdav/duplicity-full-signatures.20131010T212147Z.sigtar.gpg 
request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic 
dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 278 
WebDAV response status 201 with reason 'Created'.
Deleting 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-full-signatures.20131010T212147Z.sigtar.gpg
Saving /remote.php/webdav/duplicity-full.20131010T212147Z.manifest.gpg on 
WebDAV server
WebDAV PUT /remote.php/webdav/duplicity-full.20131010T212147Z.manifest.gpg 
request with headers: {'Connection': 'keep-alive', 'Authorization': 'Basic 
dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 210 
WebDAV response status 201 with reason 'Created'.
Deleting 
/home/user/.cache/duplicity/b1d934d3f44504a19759aa55ef169176/duplicity-full.20131010T212147Z.manifest.gpg
Listing directory /remote.php/webdav/ on WebDAV server
WebDAV PROPFIND /remote.php/webdav/ request with headers: {'Connection': 
'keep-alive', 'Depth': '1', 'Authorization': 'Basic dGFtYnJlOjZoZDdrQTg5bjQ='} 
WebDAV data length: 0 
WebDAV response status 207 with reason 'Multi-Status'.
<?xml version="1.0" encoding="utf-8"?>
<d:multistatus xmlns:d="DAV:" 
xmlns:s="http://sabredav.org/ns";><d:response><d:href>/remote.php/webdav/</d:href><d:propstat><d:prop><d:getetag>"52571bac4cb38"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:27:06 
GMT</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype><d:quota-used-bytes>1052</d:quota-used-bytes><d:quota-available-bytes>239808016384</d:quota-available-bytes></d:prop><d:status>HTTP/1.1
 200 
OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/webdav/duplicity-full-signatures.20131010T212147Z.sigtar.gpg</d:href><d:propstat><d:prop><d:getetag>"52571ba6c7d87"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:27:02 
GMT</d:getlastmodified><d:getcontentlength>396</d:getcontentlength><d:resourcetype/><d:getcontenttype>text/plain</d:getcontenttype></d:prop><d:status>HTTP/1.1
 200 
OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/webdav/duplicity-full.20131010T212147Z.manifest.gpg</d:href><d:propstat><d:prop><d:getetag>"52571baaf2ff2"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:27:06 
GMT</d:getlastmodified><d:getcontentlength>304</d:getcontentlength><d:resourcetype/><d:getcontenttype>text/plain</d:getcontenttype></d:prop><d:status>HTTP/1.1
 200 
OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg</d:href><d:propstat><d:prop><d:getetag>"52571ba52fe12"</d:getetag><d:getlastmodified>Thu,
 10 Oct 2013 21:27:01 
GMT</d:getlastmodified><d:getcontentlength>352</d:getcontentlength><d:resourcetype/><d:getcontenttype>text/plain</d:getcontenttype></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>

webdav path decoding and translation: /remote.php/webdav/ -> /remote.php/webdav/
webdav path decoding and translation: 
/remote.php/webdav/duplicity-full-signatures.20131010T212147Z.sigtar.gpg -> 
/remote.php/webdav/duplicity-full-signatures.20131010T212147Z.sigtar.gpg
webdav path decoding and translation: 
/remote.php/webdav/duplicity-full.20131010T212147Z.manifest.gpg -> 
/remote.php/webdav/duplicity-full.20131010T212147Z.manifest.gpg
webdav path decoding and translation: 
/remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg -> 
/remote.php/webdav/duplicity-full.20131010T212147Z.vol1.difftar.gpg
3 files exist on backend
2 files exist in cache
Extracting backup chains from list of files: 
[u'duplicity-full-signatures.20131010T212147Z.sigtar.gpg', 
u'duplicity-full.20131010T212147Z.manifest.gpg', 
u'duplicity-full.20131010T212147Z.vol1.difftar.gpg']
File duplicity-full-signatures.20131010T212147Z.sigtar.gpg is not part of a 
known set; creating new set
Ignoring file (rejected by backup set) 
'duplicity-full-signatures.20131010T212147Z.sigtar.gpg'
File duplicity-full.20131010T212147Z.manifest.gpg is not part of a known set; 
creating new set
File duplicity-full.20131010T212147Z.vol1.difftar.gpg is part of known set
Found backup chain [Thu Oct 10 23:21:47 2013]-[Thu Oct 10 23:21:47 2013]
--------------[ Backup Statistics ]--------------
StartTime 1381440137.13 (Thu Oct 10 23:22:17 2013)
EndTime 1381440137.22 (Thu Oct 10 23:22:17 2013)
ElapsedTime 0.09 (0.09 seconds)
SourceFiles 2
SourceFileSize 4116 (4.02 KB)
NewFiles 2
NewFileSize 4116 (4.02 KB)
DeletedFiles 0
ChangedFiles 0
ChangedFileSize 0 (0 bytes)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 2
RawDeltaSize 20 (20 bytes)
TotalDestinationSizeChange 244 (244 bytes)
Errors 0
-------------------------------------------------

Removing still remembered temporary file 
/tmp/duplicity-nfQ0ra-tempdir/mkstemp-Kp8pLN-1

Thanks,

  Mario Barcala



reply via email to

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