I have just started Ubuntu one free and also signed up to Ubuntu One music streaming. I have set my documents, music and pictures folders to sync with Ubuntu One. All the folders are marked as synced, but not all the files in them have been synced. How do I (a) check was has been properly synced and (b) make sure every file in each folder is synced?
Asked
Active
Viewed 102 times
1 Answers
1
You can check the file that you have synced on the website: https://one.ubuntu.com/
EDIT
All the information of the ubuntu one daemon are available with the command u1sdtool
. In particular
u1sdtool --waiting
u1sdtool --waiting-metadata
u1sdtool --waiting-content

Davide Aversa
- 231
u1sdtool --quit
andu1sdtool --start
. – Davide Aversa Sep 11 '11 at 20:19