As an Ubuntu 9.10 user, I played a bit with ubuntu one, but I had problems with the syncing on one computer. If you have trouble with ubuntu one, you can experiment with the command line tools. Some useful commands:
- install command line tools:
$ sudo apt-get install ubuntuone-client-tools - $ u1sync --authorize
- $ u1sync --init ~/Ubuntu\ One
- $ u1sync --diff ~/Ubuntu\ One
[bandwidth_throttling]This didn't help much, however. These are the relevant ubuntu one directories:
read_limit = -1
write_limit = -1
on = False
- python sources:
/usr/lib/ubuntuone-client/ubuntuone-syncdaemoncd
/usr/share/pyshared/ubuntuone/* - data dir: ~/.local/share/ubuntuone/syncdaemon
- shares dir: ~/.local/share/ubuntuone/shares
- logging ~/.cache/ubuntuone/log
- I killed all ubuntu one processes:
$ pkill ubuntuone - I removed all ubuntu one configuration files:
$ rm -rf ~/.*/ubuntuone
$ rm -rf ~/.*/*/ubuntuone
As an additional service, ubuntu one also provides excellent syncing for Tomboy and for Evolution. Simply follow the steps in https://wiki.ubuntu.com/UbuntuOne/Tutorials/Notes.
1 comment:
Thank you!
I was having a problem with a folder that had the icons like it was syncing but definately wasn't syncing (nor should be)
The last piece on reinitializing ubuntu one seems to have done the trick!
Post a Comment