Possible Duplicate:
Why not sync folders outside home with Ubuntu One?
Ubuntu One allows only /home
folders to sync. Why? I want to sync the /var
folder too.
Possible Duplicate:
Why not sync folders outside home with Ubuntu One?
Ubuntu One allows only /home
folders to sync. Why? I want to sync the /var
folder too.
Ubuntu One only syncs folders that are in your /home
, by design. Multiple reasons exist, including that Ubuntu One does not need super user rights, or to avoid messing with how programs are installed.
ln -s /var/www /home/hey/www
– eltommo Apr 27 '12 at 18:07