duplicity-talk archive search

Search String: Display: Description: Sort:

Results:

References: [ google: 307 ]

Total 307 documents matching your query.

101. [Duplicity-talk] Fwd: Re: pydrive and google drive (score: 36)
Author: HIDDEN
Date: Sun, 05 Jul 2015 12:02:41 -0700
My apologies.  All is working, now.  I had forgotten to uncomment the GOOGLE_DRIVE_SETTINGS variable. Awesome. Thank you! -- Forwarded Message -- Subject: Re: [Duplicity-talk] pydrive and google dr
/archive/html/duplicity-talk/2015-07/msg00002.html (9,316 bytes)

102. Re: [Duplicity-talk] pydrive and google drive (score: 35)
Author: HIDDEN
Date: Sun, 05 Jul 2015 10:54:25 -0700
Great instructions, thanks. During my first duplicity run, I get the error: Import of duplicity.backends.pydrive2backend Failed: expected an indented block (pydrive2backend.py, line 60) This is what
/archive/html/duplicity-talk/2015-07/msg00001.html (8,032 bytes)

103. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Tue, 16 Jun 2015 13:34:39 +0200
I've made a go at the ID cache approach I suggested below. I'm actually not sure if it's needed, since I can't find any docs that indicate what consistency guarantees are in Drive (as opposed to Clou
/archive/html/duplicity-talk/2015-06/msg00039.html (10,470 bytes)

104. Re: [Duplicity-talk] pydrive and google drive (score: 35)
Author: HIDDEN
Date: Mon, 15 Jun 2015 17:15:36 +0200
it's in the development branch http://bazaar.launchpad.net/~duplicity-team/duplicity/0.7-series/files but not released yet. maybe somebody else can give you a hint on how to install a current snapsho
/archive/html/duplicity-talk/2015-06/msg00038.html (6,190 bytes)

105. Re: [Duplicity-talk] pydrive and google drive (score: 35)
Author: HIDDEN
Date: Mon, 15 Jun 2015 17:11:22 +0200 (CEST)
I have installed the 0.7.2 version and dont see any infos about GOOGLE_DRIVE_SETTINGS in the manpage. -- Mail original --
/archive/html/duplicity-talk/2015-06/msg00037.html (6,186 bytes)

106. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Thu, 11 Jun 2015 09:35:09 -0500
Thanks, that's an interesting link. It's describing Cloud rather than Drive, but it wouldn't surprise me if Drive is similar i.e. an object store with a filesystem duct-taped on. That makes me think
/archive/html/duplicity-talk/2015-06/msg00032.html (11,152 bytes)

107. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Wed, 10 Jun 2015 20:10:36 +0200
Thanks, that's an interesting link. It's describing Cloud rather than Drive, but it wouldn't surprise me if Drive is similar i.e. an object store with a filesystem duct-taped on. That makes me think
/archive/html/duplicity-talk/2015-06/msg00031.html (8,691 bytes)

108. Re: [Duplicity-talk] pydrive and google drive (score: 35)
Author: HIDDEN
Date: Wed, 10 Jun 2015 17:01:21 +0100
In the latest version of the pydrive backend, you can do this by setting GOOGLE_DRIVE_SETTINGS rather than GOOGLE_DRIVE_ACCOUNT_KEY (see the man page for details). Rupert
/archive/html/duplicity-talk/2015-06/msg00030.html (5,490 bytes)

109. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Wed, 10 Jun 2015 16:49:53 +0100
OK, log.Warn should be changed to log.FatalError, I guess. To make _delete remove all files, the simplest way might be def _delete(self, filename): flist = self.FilesList(filename) for f in flist: f.
/archive/html/duplicity-talk/2015-06/msg00029.html (10,369 bytes)

110. [Duplicity-talk] pydrive and google drive (score: 35)
Author: HIDDEN
Date: Wed, 10 Jun 2015 16:59:05 +0200 (CEST)
Hello, I have successfully connect and upload content with the pydrive backend but i failed to see the content on my google drive. I know it is not directly related to duplicity but if someone know h
/archive/html/duplicity-talk/2015-06/msg00028.html (4,729 bytes)

111. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Wed, 10 Jun 2015 16:56:51 +0200
looks good. not sure about (2) which might probably work, but probably is error, so i'd rather had a fatal error thrown and the user deal with it than silently use the first listed. who guarantees th
/archive/html/duplicity-talk/2015-06/msg00027.html (9,566 bytes)

112. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 6)
Author: HIDDEN
Date: Wed, 10 Jun 2015 15:16:01 +0100
I think what is happening is that during a backup, duplicity checks the size of a file on Google Drive after each upload, and sometimes this call returns -1. (The original upload often appears to hav
/archive/html/duplicity-talk/2015-06/msg00026.html (8,412 bytes)

113. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Tue, 09 Jun 2015 22:38:06 +0200
that seems to be the local file's size. and i don't see the return value of this put method reused anywhere. ..ede/duply.net
/archive/html/duplicity-talk/2015-06/msg00020.html (9,786 bytes)

114. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Wed, 10 Jun 2015 06:32:42 +1000
On 10 June 2015 at 02:04, <address@hidden> wrote: i couldn't find a place where the success of the upload is verified via a size retrieved afterwards. it merely looks like google drive stores files v
/archive/html/duplicity-talk/2015-06/msg00019.html (9,326 bytes)

115. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 2)
Author: HIDDEN
Date: Tue, 09 Jun 2015 18:04:01 +0200
i couldn't find a place where the success of the upload is verified via a size retrieved afterwards. it merely looks like google drive stores files via a unique id and folder and file name are just m
/archive/html/duplicity-talk/2015-06/msg00016.html (10,301 bytes)

116. [Duplicity-talk] Fix pydrive uploading multiple copies leading to Re: Fwd: AssertionError on every attempt (score: 8)
Author: HIDDEN
Date: Tue, 09 Jun 2015 12:22:04 +0200
as i am not using it and don't have the time. any takers? Rupert pretty much laid out what needs to be done to fix the backend below. ..ede/duply.net
/archive/html/duplicity-talk/2015-06/msg00009.html (11,940 bytes)

117. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 8)
Author: HIDDEN
Date: Tue, 9 Jun 2015 09:46:54 +0100
I also get duplicate files (same filename, same parent folder) in Google Drive when using duplicity and have to remove them manually before retrying. On large backups (thousands of volumes) this happ
/archive/html/duplicity-talk/2015-06/msg00007.html (10,936 bytes)

118. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 4)
Author: HIDDEN
Date: Mon, 8 Jun 2015 22:05:07 +0200
<snip> Yes, I've double-checked it in the GUI. I used a quick PyDrive script to get a list of all files in the drive which is attached, but it doesn't distinguish what directory everything is in (Goo
/archive/html/duplicity-talk/2015-06/msg00006.html (9,312 bytes)

119. Re: [Duplicity-talk] Fwd: AssertionError on every attempt (score: 3)
Author: HIDDEN
Date: Mon, 08 Jun 2015 18:43:30 +0200
are you sure that you have two identically named files on the backend? can you send a file listing of some kind? ..ede/duply.net
/archive/html/duplicity-talk/2015-06/msg00004.html (11,389 bytes)

120. [Duplicity-talk] Fwd: AssertionError on every attempt (score: 3)
Author: HIDDEN
Date: Mon, 8 Jun 2015 18:31:28 +0200
Hi (apologies if this shows up twice - my first attempt was without subscribing to the list, and since it didn't show up in the list archives I'm assuming it went to the bit-bucket) I've somehow mana
/archive/html/duplicity-talk/2015-06/msg00003.html (10,152 bytes)


This search system is powered by Namazu