Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 442  / 2 Years ago, mon, august 15, 2022, 6:30:41

I had a folder (a backup of my Wii homebrew actually) synced with Ubuntu One. Unfortunately, I ran out of space on my hard drive, so I disabled Ubuntu One sync for a while and deleted the folder off the hard drive.



Months later, I have space again and would like the folder back. I can see it though Firefox, but I see no way to download it except by downloading individual files myself through Firefox, and in this case the dense folder trees are almost as important as the files themselves.



Is there a way to tell Ubuntu One to re-download the folder to my Precise install? Or do I have to wait until they implement this feature in the Web UI?



(No, it's not in my trash, and it was too long ago to use extundelete.)


More From » ubuntu-one

 Answers
5

If your "new space" is the result of a new install on a larger hard disk, and you haven't synchronized with U1 on that install yet, then simply logging into U1 there should result in everything under the ~/Ubuntu One folder being downloaded again, and if they were in a separate folder which you synchronized, you simply have to select in the control panel to have that folder synchronized again.



If on the other hand, it is the same install you were using before, and you simply disconnected/uninstalled Ubuntu One, then deleted the folder/files in question, the files may be deleted from the server if you just log in and start syncing again. In this case, I'd recommend running these commands in a terminal:



$: u1sdtool -q
$: pkill -9 ubuntuone
$: mv ~/.local/share/ubuntuone/syncdaemon ~/.local/share/ubuntuone/syncdaemon.old
$: u1sdtool -c


This will stop ubuntuone-syncdaemon, move the metadata out of the way, and restart ubuntuone-syncdaemon and connect. When connected, it should just re-download everything, and if you have any conflicting files in ~/Ubuntu One, or other synchronized folders, create conflict files for them.



If neither of these solutions work, and the files do end up getting deleted from the Web UI view, then ensure the client is fully synchronized with the server (all synchronized folders have the same files and those files are the same in both places), then open a support ticket at https://one.ubuntu.com/help/contact to get more help.


[#37087] Tuesday, August 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ellter

Total Points: 311
Total Questions: 111
Total Answers: 117

Location: Lithuania
Member since Thu, Jul 14, 2022
2 Years ago
;