2

I have shared my Documents folder with Ubuntu One. It has the big green tick and any new files or folders I create in there get synced. But I want all the existing files in there to sync as well.

How do I enable that?

César
  • 807
dan carter
  • 298
  • 2
  • 9

1 Answers1

0

Their is a bug in Ubuntu 11.10 that causes new Cloud Folders (folders set to sync) to not sync their contents until you restart Ubuntu One. https://bugs.launchpad.net/ubuntuone-client/+bug/869920 The fix for this bug should appear very soon in your regular updates. In the meantime you can restart the Ubuntu One processes by opening a Terminal and running the following commands one at a time.

This command will quit the Ubuntu One syncdaemon.

u1sdtool -q

This command will start the Ubuntu One syncdaemon.

u1sdtool -c
duanedesign
  • 3,234