duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Macports & Duplicity 0.4.10


From: Simon Ree
Subject: [Duplicity-talk] Macports & Duplicity 0.4.10
Date: Sat, 29 Mar 2008 18:41:33 -0700

Just did a clean install of macports 1.6 and built duplicity successfully.

$ /opt/local/bin/duplicity -V
duplicity 0.4.10

Running the following command on my existing s3 store returns nothing and it appears not to even try going out over the network.

$ export AWS_ACCESS_KEY_ID= xxxxxxxxxxxxxx
$ export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxx
$ export PASSPHRASE= xxxxxxxxxxxxxx

$ /opt/local/bin/duplicity collection-status --verbosity=9 
s3+http://xxxxxxxxxxxxxx.Powerbook

Main action: collection-status
0 files exist on backend
Extracting backup chains from list of files: []
Collection Status
-----------------
Connecting with backend: BotoBackend
Archive dir: None

Found 0 backup chains without signatures.
No backup chains with active signatures found
No orphaned or incomplete backup sets found.
Last full backup date: none
Connecting with backend: BotoBackend
Archive dir: None

Found 0 backup chains without signatures.
No backup chains with active signatures found
No orphaned or incomplete backup sets found.
Using temporary directory /var/folders/Qg/Qg0Etpp0GoaTXIBwKwh5Gk+++TI/- Tmp-/duplicity-pl12Qj-tempdir

Attempting to run my daily backup returns the following error

Traceback (most recent call last):
  File "/opt/local/bin/duplicity", line 463, in <module>
    with_tempdir(main)
  File "/opt/local/bin/duplicity", line 458, in with_tempdir
    fn()
  File "/opt/local/bin/duplicity", line 444, in main
    full_backup(col_stats)
  File "/opt/local/bin/duplicity", line 155, in full_backup
bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "/opt/local/bin/duplicity", line 99, in write_multivol
    backend.put(tdp, dest_filename)
File "/opt/local/lib/python2.5/site-packages/duplicity/ backends.py", line 745, in put
    self.bucket = self.conn.create_bucket(self.bucket_name)
File "/opt/local/lib/python2.5/site-packages/boto/s3/ connection.py", line 151, in create_bucket
    data=data)
File "/opt/local/lib/python2.5/site-packages/boto/s3/ connection.py", line 179, in make_request
    data, host, auth_path, sender)
File "/opt/local/lib/python2.5/site-packages/boto/connection.py", line 256, in make_request
    return self._mexe(method, path, data, headers, host, sender)
File "/opt/local/lib/python2.5/site-packages/boto/connection.py", line 207, in _mexe
    connection.request(method, path, data, headers)
  File "/opt/local/lib/python2.5/httplib.py", line 866, in request
    self._send_request(method, url, body, headers)
File "/opt/local/lib/python2.5/httplib.py", line 889, in _send_request
    self.endheaders()
  File "/opt/local/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/opt/local/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/opt/local/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/opt/local/lib/python2.5/httplib.py", line 1135, in connect
    ssl = socket.ssl(sock, self.key_file, self.cert_file)
AttributeError: 'module' object has no attribute 'ssl'
secmem usage: 1952/4160 bytes in 5/10 blocks of pool 4768/32768


Thoughts?

--
Simon Rée
address@hidden

Please help to find a cure for Cystic Fibrosis.  www.gearup4cf.org







reply via email to

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