Open GoogleCodeExporter opened 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
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
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
Original issue reported on code.google.com by
csb...@multiservice.com
on 1 Nov 2012 at 3:31