Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


VPS Back up to Google Drive? May be Duplicati?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

VPS Back up to Google Drive? May be Duplicati?

rrrrrr Member

Hi

Is there anyway to backup data to Google Drive? So far I know is Duplicati. http://www.duplicati.com/howtos/howto-google-drive-gdrive

Let me know if anyone can help me. I have CentOS VPS with cPanel

Regards

Comments

  • Symbolic links?

  • rrrrrr Member
    edited March 2014

    @joodle said:
    Symbolic links?

    How can I backup with Symbolic links? I need to move real data to Google drive and google drive will need authorization.

  • @rrr said:
    How can I backup with Symbolic links? I need to move real data to Google drive and google drive will need authorization.

    Google can help you with this :)

  • rrrrrr Member

    Checking since morning about this but let me search about symbolic links.. do you know anything about Duplicati by the way?

    @joodle said:

  • rrr said: do you know anything about Duplicati by the way?

    Nope, i've never worked with that

  • Does Duplicati do incremental backups to Google Drive?

  • rrrrrr Member

    Duplicati is a free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with Amazon S3, Windows Live SkyDrive, Google Drive (Google Docs), Rackspace Cloud Files or WebDAV, SSH, FTP (and many more).

    Duplicati has built-in AES-256 encryption and backups can be signed using GNU Privacy Guard. A built-in scheduler makes sure that backups are always up-to-date. Last but not least, Duplicati provides various options and tweaks like filters, deletion rules, transfer and bandwidth options to run backups for specific purposes.

    http://www.duplicati.com/home

  • SilvengaSilvenga Member
    edited March 2014

    I was doing it with Duplicity on Ubuntu - let me find that cronjob.

    EDIT: A little messy, but it worked - https://gist.github.com/Silvenga/6835237

  • rrrrrr Member

    I have cent os on development and debain on testing vps .. can you provide me info first how to install duplicity?

  • rrrrrr Member

    Duplicity works with only ftp or ssh right? Not Google Drive? But Duplicati works with Google Drive.. let me say that.

  • rrrrrr Member

    @Silvenga said:
    I was doing it with Duplicity on Ubuntu - let me find that cronjob.

    EDIT: A little messy, but it worked - https://gist.github.com/Silvenga/6835237

    Can you give me instructions for Debian Squeeze?

    When I tried to install from your .sh it says

    Unable to locate package python-gobject-2

  • Duplicity is able to backup to Dropbox, Mega.co.nz (50gb free), Amzon S3, etc. Just make sure you're running a recent build of duplicity (e.g. Ubuntu 12.04 LTS does not have this).

    Duplicity has a lot of backend plugins (allowing integration with multiple services) created by many great hackers.

    Installing on CentOS: link

    Installing on Debian is included in my gist.

  • rrr said: Unable to locate package python-gobject-2

    Try without the '2': apt-get install python-gobject

  • rrrrrr Member
    edited March 2014

    I am getting this error mate

    UnsupportedBackendScheme: scheme not supported in url: gdocs://myemail/server

    @Silvenga said:
    Try without the '2': apt-get install python-gobject

  • You could try mounting google drive to your vps http://xmodulo.com/2013/10/mount-google-drive-linux.html

  • @rrr said:
    I am getting this error mate

    UnsupportedBackendScheme: scheme not supported in url: gdocs://myemail/server

    You may be running an old version. Ensure you are running 6.23. duplicity --version

  • rrrrrr Member

    Finally I was able to installed but when I tested command like

    duplicity /home/backup gdocs://myemail/server

    it gave me following error

    BackendException: Error while fetching remote entries: 'DocsClient' object has no attribute 'get_all_resources'

    I have installed all things you said on GIT

    @Silvenga said:
    You may be running an old version. Ensure you are running 6.23. duplicity --version

Sign In or Register to comment.