LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-03-2015, 01:08 PM   #1
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Rep: Reputation: 106Reputation: 106
-ish Duplicity backend network storage


I'm trying to use duplicity to backup photos for my family.

I need about 5gb as it's tapped out over 2g recently (so dropbox/spideroak out of picture)
so I'm trying to use mega's

Here's my command:
Code:
duplicity files mega://user@host.com[:WEzgXNUwCZ]@mega.co.nz/test
(not real pass)

It gives me a
Code:
BackendException: Error while authenticating client: -9.
error.. I checked & rechecked the address & pass which are both 100% correct and don't (shouldn't) be containing any odd characters..

Does anyone use duplicity successfully? It seems like all the backends don't work anymore.

Last edited by Miati; 01-03-2015 at 01:36 PM.
 
Old 01-03-2015, 01:36 PM   #2
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Original Poster
Rep: Reputation: 106Reputation: 106
Instead of doing it directly, I ended up using duplicity to encrypt and store in a directory.

Then I used grive to upload everything there into my newly created google drive account.

Then wrapped it into a script & it works!

Code:
#!/bin/bash

(

export PASSPHRASE='myverygoodandrandompassword'
duplicity /dir/to/pictures/ --exclude='**extra/**' --exclude='**.thumbnails/**' file:////dir/to/encryptedbackup

unset PASSPHRASE

cd /dir/to/encryptedbackup
grive

)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not see other computers, network storage drive & printer on the network vinitp Linux - Networking 2 10-13-2013 09:21 PM
[SOLVED] Could not parse the XML output from the network configuration backend. Slackware 12.2 madsovenielsen Linux - Networking 1 10-25-2009 01:14 PM
Backend/Storage Server Help... skate Linux - Server 3 06-20-2008 03:09 AM
Turn KnoppMyth backend/frontend into backend only nebbus Linux - General 0 09-09-2007 01:57 AM
LXer: Large Linux Cluster Storage Backend LXer Syndicated Linux News 0 05-15-2007 06:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration