PDA

View Full Version : is there any way to easily sync a file outside of $home with ubuntu one?



133794m3r
May 5th, 2010, 06:51 AM
I ask because right now i'm doing a bit of web development with xampp installed and the normal directory of course is \htdocs\ for the folder with them. Since i don't want to reroute apache to somewhere in the home folder since it seems every time that i do try to do something like that(at least in windows) it decided to just break on me. As i doubt that they'd allow it to work but i was wondering if it was possible.

colaho
May 5th, 2010, 07:15 AM
Dropbox is your friend ;)

133794m3r
May 5th, 2010, 07:19 AM
Dropbox is your friend ;)

i guess but i dont' know that company and i do know Canonical, so i believe i can trust them more than i can that random company offering 2GB of free space...

surfdoc
May 13th, 2010, 10:31 PM
Ditto this.

I seemed to be able to trick the client slightly by creating a symlink in my home folder to the desired path. Buy navigating through this link in nautilus, the "sync on ubuntu one" option appeared in the right click menu. However selecting this option doesn't seem to work :-(

surfdoc
May 13th, 2010, 10:36 PM
u1sdtool --create-folder=[path to the folder i want to sync]

FolderCreateError: INVALID_PATH: path isn't inside user home:

Definitely doesn't want to do it - can't really understand why?

surfdoc
May 13th, 2010, 10:48 PM
I moved the mount point of the folder I wanted to sync into my home folder. It still wont play


FolderCreateError: UDFs can not be nested

Sam
May 13th, 2010, 10:55 PM
Why don't you set the xampp DocumentRoot to something in your home directory? Problem solved.

133794m3r
May 14th, 2010, 05:47 AM
Why don't you set the xampp DocumentRoot to something in your home directory? Problem solved.

never works, tried it in the past. I went and changed the document root in all of the places i knew of and well the site wouldn't load. I'd go to localhost and it'd show the xampp folder still but notthe other ones and was still using /opt/lampp as it'sroot eventhoughi changed it to $home/htdocs/ don't know why it just refuses it.