0

Is there some way to make Ubuntu One synchronize only outwardly (from local to remote only)?

So, when I make a change on my local file, it be updated remotely on Ubuntu One. But if the file is changed remotely or deleted, it is not synchronized on my local machine, and instead of that, the remote is updated again with my local copy.

I think this can be called one-directional synchronization.

1 Answers1

1

No, there isn't. Ubuntu One file synchronization is a file synchronization service, and not a remote storage or backup service.

However, it is possible to disable the file synchronization service, and write a program which uses the REST API to only do file uploads to the service, rather than synchronization.

dobey
  • 41,650