duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [patch #6743] Tahoe backend for duplicity


From: François Deppierraz
Subject: [Duplicity-tracker] [patch #6743] Tahoe backend for duplicity
Date: Tue, 10 Feb 2009 13:09:57 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121623 Ubuntu/8.10 (intrepid) Firefox/3.0.5

URL:
  <http://savannah.nongnu.org/patch/?6743>

                 Summary: Tahoe backend for duplicity
                 Project: duplicity
            Submitted by: ctrlaltdel
            Submitted on: Tue 10 Feb 2009 01:09:55 PM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This feature brings a fully distributed and fault-tolerant backend store
to duplicity. Usage of GPG encryption is not necessary with this backend
because everything is already encrypted by tahoe.

The patch is quite small (<100 lines) and makes heavy use of tahoe CLI.
 It has the advantage of being largely independent from tahoe codebase.

== Quickstart ==

1. Install duplicity version 0.5.03 with attached patch applied

  tar xzfv duplicity-0.5.03.tar.gz
  cd duplicity-0.5.03
  patch -p1 < ../duplicity-0.5.03-tahoe_support.patch
  python setup.py install

2. Install tahoe version 1.2.0 (or greater)
2. Setup a tahoe CLI client, see [2]
3. Create a new directory for your backup

  tahoe add-alias mybackup $(tahoe mkdir)

4. Backup your files

  duplicity --no-encryption /home/me tahoe:///mybackup/

5. Restore your files

  duplicity --no-encryption tahoe:///mybackup/ /tmp/recovery




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 10 Feb 2009 01:09:55 PM GMT  Name:
duplicity-0.5.03-tahoe_support.patch  Size: 3kB   By: ctrlaltdel

<http://savannah.nongnu.org/patch/download.php?file_id=17432>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6743>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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