duplicity-talk archive search

Search String: Display: Description: Sort:

Results:

References: [ google: 307 ]

Total 307 documents matching your query.

41. Re: [Duplicity-talk] boto3 + gs:// (score: 3)
Author: HIDDEN
Date: Sat, 25 Jan 2020 15:00:14 +0100
that's right. while s3 via boto3 was contributed a port (if possible) for google cloud storage is still missing. ..ede/duply.net
/archive/html/duplicity-talk/2020-01/msg00009.html (4,911 bytes)

42. [Duplicity-talk] boto3 + gs:// (score: 2)
Author: HIDDEN
Date: Sat, 25 Jan 2020 07:07:06 -0600
Hi all, How might I go about using the new boto3 backend with Google buckets (gs://), is it possible? Downstream in Arch, the movement to try and get duplicity re-parented from py2 to py3 has run int
/archive/html/duplicity-talk/2020-01/msg00008.html (4,374 bytes)

43. [Duplicity-talk] Using Google Drive Teams folders (score: 33)
Author: HIDDEN
Date: Mon, 15 Apr 2019 22:47:20 +0200
Hi! How should I configure duplicity in order to store my backups on a teams drive folder with the gdocs backend? Cheers!
/archive/html/duplicity-talk/2019-04/msg00005.html (3,805 bytes)

44. Re: [Duplicity-talk] how to do the oauth2 interactive authentication when run from cron (backup to google drive)? (score: 34)
Author: HIDDEN
Date: Fri, 4 May 2018 05:32:57 -0500
When I said ".file", I should have said "dot file" as a generic reference.  The "<filename to cache credentials>" needs to be in the $HOME directory of whatever user is active.  You could copy the
/archive/html/duplicity-talk/2018-05/msg00008.html (10,606 bytes)

45. Re: [Duplicity-talk] how to do the oauth2 interactive authentication when run from cron (backup to google drive)? (score: 34)
Author: HIDDEN
Date: Fri, 04 May 2018 07:19:00 +0000
actually i do get the error before my traceback:  /usr/local/lib/python2.7/dist-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access <filename to cache credentials>: No such file or dir
/archive/html/duplicity-talk/2018-05/msg00007.html (9,439 bytes)

46. Re: [Duplicity-talk] how to do the oauth2 interactive authentication when run from cron (backup to google drive)? (score: 33)
Author: HIDDEN
Date: Wed, 2 May 2018 14:47:27 -0500
Which OS/version?  Which duplicity/version?  What is your command line? The backend will normally save a .file in the user's home directory.  If you do "sudo duplicity ...", that will use your hom
/archive/html/duplicity-talk/2018-05/msg00006.html (6,195 bytes)

47. [Duplicity-talk] how to do the oauth2 interactive authentication when run from cron (backup to google drive)? (score: 33)
Author: HIDDEN
Date: Wed, 02 May 2018 15:03:47 +0000
i did a test run for my backup script from the command line (as root) and did the offline access type authentication where you paste a code from the webbrowser to the commandline. That backup went fi
/archive/html/duplicity-talk/2018-05/msg00005.html (4,501 bytes)

48. Re: [Duplicity-talk] GPGError - empty GnuPG log (score: 2)
Author: HIDDEN
Date: Fri, 27 Apr 2018 03:25:28 +0200
that happens when there was no output captured from gpg nope, not without an error stack stack to see where the error was thrown. you can try running in debug verbosity '-v9' (really lot's of output)
/archive/html/duplicity-talk/2018-04/msg00025.html (4,861 bytes)

49. [Duplicity-talk] GPGError - empty GnuPG log (score: 2)
Author: HIDDEN
Date: Thu, 26 Apr 2018 22:12:22 +0100
In the middle of a large backup - had been working fine up until this point: GPGError: GPG Failed, see log below: == Begin GnuPG log == == End GnuPG log == It's quite hard to Google when there's noth
/archive/html/duplicity-talk/2018-04/msg00024.html (4,056 bytes)

50. [Duplicity-talk] Duplicity/Duply: Multiple questions about backup restores in Duply/Duplicity (score: 2)
Author: HIDDEN
Date: Fri, 6 Apr 2018 14:26:31 -0700
Hello, My company is using Duply to back up data in the following manner to S3: Monday-Saturday: incremental backup Sunday: full backup Each time a full backup is made, a signature file is created an
/archive/html/duplicity-talk/2018-04/msg00011.html (8,111 bytes)

51. Re: [Duplicity-talk] Unable to import 'kerberos'/'pydevd' (score: 3)
Author: HIDDEN
Date: Wed, 20 Dec 2017 10:42:41 -0600
Hi ede, I noticed one thing while working on this, after the commit of course.  😏  If the import is within a try/except block, then pylint does not check it.  What I need to do now is back out
/archive/html/duplicity-talk/2017-12/msg00024.html (21,081 bytes)

52. Re: [Duplicity-talk] Unable to import 'kerberos'/'pydevd' (score: 3)
Author: HIDDEN
Date: Wed, 20 Dec 2017 07:07:21 -0600
Hi Aaron, I just committed a fix for pylint 1.8.1 that's cleaner than backing off to 1.75. Pay attention to dpbxbackend.py.  We may need to do more like that. ...Thanks, ...Ken On Tue, Dec 19, 2017
/archive/html/duplicity-talk/2017-12/msg00022.html (21,762 bytes)

53. [Duplicity-talk] SOLVED Re: KeyError: '_module' with gdocs (score: 5)
Author: HIDDEN
Date: Sat, 16 Sep 2017 13:36:15 -0700
I removed the old credentials file, and the system then led me by the hand.  Duplicity is now working. Thanks for the responses. On 2017-09-16 04:52 AM, Kenneth Loafman wrote: From the traceback you
/archive/html/duplicity-talk/2017-09/msg00029.html (13,539 bytes)

54. Re: [Duplicity-talk] KeyError: '_module' with gdocs (score: 5)
Author: HIDDEN
Date: Sat, 16 Sep 2017 06:52:36 -0500
From the traceback you can see that it's coming from the oauth2client module.  I'd look around in there and backtrack through the stack trace, reading the code and looking for the use of _module as
/archive/html/duplicity-talk/2017-09/msg00028.html (10,859 bytes)

55. Re: [Duplicity-talk] KeyError: '_module' with gdocs (score: 5)
Author: HIDDEN
Date: Thu, 14 Sep 2017 11:06:47 -0700
Thanks for the suggestion.  Same problem, persists.  Anyway, the credentials file is already specified in the GOOGLE_DRIVE_SETTINGS file.  It looks to me like I am either doing something silly wit
/archive/html/duplicity-talk/2017-09/msg00027.html (10,013 bytes)

56. Re: [Duplicity-talk] KeyError: '_module' with gdocs (score: 4)
Author: HIDDEN
Date: Thu, 14 Sep 2017 09:31:58 -0500
It looks like you do not have GOOGLE_CREDENTIALS_FILE set.  Set it to the location of the filename you got from Google and it should work. ...Ken On Wed, Sep 13, 2017 at 10:47 AM, Norman Goldstein v
/archive/html/duplicity-talk/2017-09/msg00026.html (8,148 bytes)

57. [Duplicity-talk] KeyError: '_module' with gdocs (score: 3)
Author: HIDDEN
Date: Wed, 13 Sep 2017 08:47:38 -0700
After installing Fedora 26 0x86 64-bit, am unable to get duplicity to connect with gdocs (worked fine on Fedora 24). Python 2.7.13 duplicity 0.7.13.1 pydrive 1.3.1 Have redone the google developer au
/archive/html/duplicity-talk/2017-09/msg00025.html (7,718 bytes)

58. Re: [Duplicity-talk] Welcome to the "Duplicity-talk" mailing list (score: 2)
Author: HIDDEN
Date: Fri, 18 Aug 2017 11:47:43 -0400
[...] OSError: [Errno 24] Too many open files my ulimit -a is showing open files as 4096 as i adjusted it to that and im still having issues. I'm trying to fetch a single file out of the s3 backup. A
/archive/html/duplicity-talk/2017-08/msg00012.html (7,590 bytes)

59. Re: [Duplicity-talk] Question on dealing with Archives (score: 2)
Author: HIDDEN
Date: Thu, 08 Jun 2017 10:33:11 +0100
Hello Jeffrey, On 2017-06-07 23:45, Jeffrey wrote: Aaron, My first statement falls short of explaining everything I'm looking to do. Both incremental, and occasional full backups. Right now I've got
/archive/html/duplicity-talk/2017-06/msg00009.html (8,529 bytes)

60. Re: [Duplicity-talk] problem w/ pydrive (score: 4)
Author: HIDDEN
Date: Tue, 28 Feb 2017 15:01:06 +0100
try replacing /usr/local/Cellar/duplicity/0.7.11/libexec/lib/python2.7/site-packages/duplicity/backends/pydrivebackend.py", line 39-40, in __init__ OLD: except ImportError: raise BackendException('Py
/archive/html/duplicity-talk/2017-02/msg00053.html (13,531 bytes)


This search system is powered by Namazu