Have a look at http://samba.anu.edu.au/rsync/ to get you started. I back up remote and local systems using rsync with ssh security and using chron to automate the process.
The one thing to remember about backup is that _any_ human involvement is too much.
One trick I'd recommend is getting the backup script to output its report to a printer. I've set this up for a couple of organizations, because in my experience people (including system admins) ignore the email reports, but do glance at the sheet of paper delivered to their desk.
Answers
Add AnswerIn a word, rsync.
Have a look at http://samba.anu.edu.au/rsync/ to get you started. I back up remote and local systems using rsync with ssh security and using chron to automate the process.
The one thing to remember about backup is that _any_ human involvement is too much.
One trick I'd recommend is getting the backup script to output its report to a printer. I've set this up for a couple of organizations, because in my experience people (including system admins) ignore the email reports, but do glance at the sheet of paper delivered to their desk.
Contact me if you need more advice.
rgds,
Richard
Share your knowledge