duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] PyDrive URL example


From: Sune Mølgaard
Subject: Re: [Duplicity-talk] PyDrive URL example
Date: Thu, 20 Aug 2015 08:56:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38a1

address@hidden wrote:

> 
> can you show me your backup scripts source pls. obfuscate sensitive infos agn!
> 

Certainly:

#!/bin/bash

export PASSPHRASE=passphrase
export GOOGLE_DRIVE_SETTINGS=/root/.cache/duplicity/client_secrets.json

/usr/bin/duplicity incremental -v9 --num-retries=50 --exclude=/duplicity
--include=/opt/crashplan/backupArchives --exclude=/sys --exclude=/proc
--exclude=/tmp --exclude=/root/.gvfs --exclude=/root/.cache//duplicity
--exclude=/root/.cache --exclude=** --volsize=200
--archive-dir=/root/.cache/duplicity / gdocs://address@hidden/backup
| tee /tmp/backup_incremental.log

unset GOOGLE_DRIVE_SETTINGS
unset PASSPHRASE

Best regards,

Sune Mølgaard

-- 
It is not enough to conquer; one must learn to seduce.
- Voltaire (1694-1778)



reply via email to

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