GNOME Bugzilla – Bug 571540
files->directory sync not working
Last modified: 2009-05-05 15:40:45 UTC
working on a Dell mini9 running Ubuntu 8.10 Installed Conduit 0.3.14 via the Ubuntu repositories launched app created a 'files' -> 'directory' conduit - with one way sync config'd the 'files' to include a dir filled with .wav files on a SDHC card (42% used) /dev/mmcblk0p1 /media/disk formatted vfat config'd the dir to point at a folder on a 250G USB hard drive (6% used) /dev/sdb1 /media/backup formatted vfat select 'Sync All' in File menu both files and directory icons say 'Synchronized OK' after a second although no transfer of files took place and nothing is in the directory no conflicts in the conflicts field nice app -- wish I knew what I was doing wrong or if this is a bug
Try to launch the app via the command line & report the error message reported.
Confirmed. Relevant log snippets - We should not replace / unless it is in the filename, not the path. [dataproviders.File ][DEBUG ] No basepath. Going to empty dir (File.py:285) [platform.FileGio ][DEBUG ] Transfering File file:///media/UDISK/1 -> file://_media_UDISK_123_1 (overwrite: False) (FileGio.py:246) [Syncronization ][CRITICAL] UNKNOWN SYNCHRONIZATION ERROR Traceback (most recent call last):
+ Trace 212535
self.one_way_sync(self.source, sink)
self._put_data(source, sink, data, dataRid)
put_data(source, sink, sourceData, sourceDataRid, False)
sinkDataLUID)
self._transfer_file(vfsFile, newURI, overwrite)
vfsFile.transfer(newURI, overwrite)
ok,f = trans.transfer(overwrite, cancel_function)
parent.query_info("standard::name")
I recommend adding the Conduit PPA to your sources list https://launchpad.net/~conduit/+archive/ppa Then install coduit-trunk version, which will ensure that you receive this fix ASAP. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
*** Bug 581129 has been marked as a duplicate of this bug. ***