[ubuntu-uk] Watch and backup folder

2011-11-20 Thread Bea Groves
Hi! I wonder if someone can come up with a solution to a little problem? In the 'bad old days' when I used Windows there was a little program called 'Rapid Backup' that I used to monitor my My Documents folder on a continuous basis. When a file was written to or modified within the folder (or any

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Avi Greenbury
Bea Groves wrote: I wonder if someone can come up with a solution to a little problem? In the 'bad old days' when I used Windows there was a little program called 'Rapid Backup' that I used to monitor my My Documents folder on a continuous basis. When a file was written to or modified within

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Barry Drake
On 20/11/11 16:23, Bea Groves wrote: a) Monitor the Documents folder (and all subfolders) on a continuous basis b) If a file or folder is created or modified, then copy the changes to another drive or folder of my choice (e.g. an SD card) I'm using the Ubuntu One cloud to do exactly that - and

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Neil Greenwood
On Nov 20, 2011 4:24 PM, Bea Groves beagro...@gmail.com wrote: [snip] To reiterate, all the software has to do is: a) Monitor the Documents folder (and all subfolders) on a continuous basis b) If a file or folder is created or modified, then copy the changes to another drive or folder of my

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Bea Groves
Hi Barry! I'd forgotten about Ubuntu One! Just switched it on and logged in. That, together with an rsync periodic (daily?) backup to the SD card might be enough of a belt-and-braces approach to cover the issue. Any idea what a bash script for this job would look like? ;-) On 20/11/11 16:56,

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Ivan Wright
I use LuckyBackup, its a GUI front end for rsync. Its pretty fast at copying over files that have been changed and has an optional feature to delete those that you've got rid of. Although I don't think it has a way of continually monitoring for changes. I only use it for doing an occasional

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Barry Drake
On 20/11/11 17:23, Bea Groves wrote: I'd forgotten about Ubuntu One! Just switched it on and logged in. That, together with an rsync periodic (daily?) backup to the SD card might be enough of a belt-and-braces approach to cover the issue. Any idea what a bash script for this job would look like?

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Avi Greenbury
Barry Drake wrote: On 20/11/11 17:23, Bea Groves wrote: I'd forgotten about Ubuntu One! Just switched it on and logged in. That, together with an rsync periodic (daily?) backup to the SD card might be enough of a belt-and-braces approach to cover the issue. Any idea what a bash script

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Barry Drake
On 20/11/11 19:53, Avi Greenbury wrote: Aw, c'mon, other people might find the same solution useful :) OK - sorry if I annoy some folk here's the script I use. Zenity (the gui bit) is messy and complicated, but useful. Regards,Barry. -- Barry Drake is a member of the the

Re: [ubuntu-uk] Watch and backup folder

2011-11-20 Thread Bea Groves
Hi! Thanks for that suggestion, as it made the rsync command line easy to sort out (the LuckyBackup GUI lets you dry-run the rsync settings and then copy the commands to the clipboard). I used this to cobble together a bash script that will do an once-a-day incremental copy of the Documents