Berimor66 / duplicati

Automatically exported from code.google.com/p/duplicati
0 stars 0 forks source link

Receiving Failed to retrieve file listing: Cannot be negative. error #741

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to connect to Google Drive account with Google Apps For Your Domain user 
with 2-Factor authentication from commandline
2. Receive error
3. No profit

This is in ubuntu 12.04
export FTP_USERNAME='MY_USER@MYDOMAIN.COM'
export FTP_PASSWORD='SINGLE_USE_APPLICATION_PASSWORD'

duplicati-commandline  backup /home/me/work googledocs://Laptop 

What is the expected output? What do you see instead?
I would expect it to work, instead I get an error message:
+++++
Failed to retrieve file listing: Cannot be negative.
Parameter name: startIndex
+++++
What version of Duplicati are you using? On what operating system?
1.3.3/LTS12.04

What backend (destination) are you using?
Google Drive with 2-Factor Authentication and Google Apps For Your Domain user 
accounts.

Please provide any additional information below.

Original issue reported on code.google.com by csb...@multiservice.com on 1 Nov 2012 at 3:31

GoogleCodeExporter commented 9 years ago
This sounds suspiciously like a problem with mount points inside the source 
folder: issue #733.
 Can you try with:

duplicati-commandline  backup /home/me/work googledocs://Laptop --debug-output

Original comment by kenneth@hexad.dk on 4 Nov 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Hi Kenneth,

adding --debug-output resulted (in the same way as the other bug) no extra 
output. Note that there are no hlinks or symlinks in my source path.  Using 
file:///

$ duplicati-commandline backup /home/me/work file:///home/me/tmp

Enter passphrase: 

Confirm passphrase: 
BackupType      : Full
TypeReason      : A full backup is made because no existing backup chains were 
found on the destination
BeginTime       : 11/05/2012 10:05:11
EndTime         : 11/05/2012 10:05:34
Duration        : 00:00:23.5322960
DeletedFiles    : 0
DeletedFolders  : 0
ModifiedFiles   : 0
AddedFiles      : 91
AddedFolders    : 11
ExaminedFiles   : 91
OpenedFiles     : 91
SizeOfModified  : 0
SizeOfAdded     : 112133242
SizeOfExamined  : 112133242
Unprocessed     : 0
TooLargeFiles   : 0
FilesWithError  : 0
Executable      : Duplicati.CommandLine, Version=1.3.3.1457, Culture=neutral, 
PublicKeyToken=8bfe994a39631a7b
Library         : Duplicati.Library.Main, Version=1.3.3.1457, Culture=neutral, 
PublicKeyToken=8bfe994a39631a7b
OperationName   : Backup
BytesUploaded   : 32729408
BytesDownloaded : 0
RemoteCalls     : 13

Original comment by csb...@multiservice.com on 5 Nov 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Ok, so these two errors are not related. Yours seems to be specific to google 
docs.
Unfortunately, this seems to be something that is special with your setup, but 
I cannot understand why --debug-output does not reveal the problem.

Could you try this instead:

mono --debug /usr/lib/duplicati/Duplicati.CommandLine.exe backup /home/me/work 
googledocs://Laptop --debug-output

(You may need to adjust the path to "Duplicati.CommandLine.exe" based on your 
setup.

Original comment by kenneth@hexad.dk on 13 Nov 2012 at 9:20