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: edgar . soldin
Subject: Re: [Duplicity-talk] PyDrive URL example
Date: Thu, 20 Aug 2015 11:34:43 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 20.08.2015 08:56, Sune Mølgaard wrote:
> 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
> 

try w/o tee. does that change anything?

..ede/duply.net



reply via email to

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