Results 1 to 4 of 4

Thread: Setting up duply and duplicity to backup to amazon S3

  1. #1
    Join Date
    Aug 2013
    Beans
    2

    Setting up duply and duplicity to backup to amazon S3

    Hi
    I have attempted to setup duply and duplicity to backup a wordpress site on ubuntu server, using this tutorial http://www.guyrutenberg.com/2013/03/...ply-duplicity/
    (I've tried asking the author for help but not response).

    I am getting the following errors when I try and run the backup, and was wondering if anyone on these forums would be able to help. I'm fairly used to linux but not set anything like this up before.

    --- Start running command BKP at 13:04:38.166 ---
    Import of duplicity.backends.giobackend Failed: No module named gio
    Traceback (most recent call last):
    File \"/usr/bin/duplicity\", line 1411, in <module>
    with_tempdir(main)
    File \"/usr/bin/duplicity\", line 1404, in with_tempdir
    fn()
    File \"/usr/bin/duplicity\", line 1255, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
    File \"/usr/lib/python2.7/dist-packages/duplicity/commandline.py\", line 1007, in
    ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
    File \"/usr/lib/python2.7/dist-packages/duplicity/commandline.py\", line 900, in set_backend
    globals.backend = backend.get_backend(bend)
    File \"/usr/lib/python2.7/dist-packages/duplicity/backend.py\", line 158, in get_backend
    return _backends[pu.scheme](pu)
    File \"/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py\", line 49, in
    __init__
    import boto
    ImportError: No module named boto

    13:04:38.495 Task \'BKP\' failed with exit code \'30\'.
    --- Finished state FAILED \'code 30\' at 13:04:38.495 - Runtime 00:00:00.329 ---

    Thanks in advance

  2. #2

    Re: Setting up duply and duplicity to backup to amazon S3

    sshfs and fuse+s3fs can do this job easily.
    or "s3cmd sync" can all synchronize to an s3 bucket easily.

    Duplicity Requirements have you met them?
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Aug 2013
    Beans
    2

    Re: Setting up duply and duplicity to backup to amazon S3

    Thanks I think I've got s3cmd sync working and i think that will do what i need

  4. #4

    Re: Setting up duply and duplicity to backup to amazon S3

    Awesome! Good stuff.
    Windows assumes the user is an idiot.
    Linux demands proof.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •