I'm writing a shell script to back up my databases and send that backups to my Ubuntu One cloud. Basically, it dumps the databases into a sql file named after current date, putting it in a folder under /var/backups.
I need to make this folder /var/backups/whatever syncronizable to U1, and make it sync every time a new file is posted there, all by commandline. How can I do these?
