Re: Backup and monitoring

2010-03-24 Thread L. V. Lammert
On Wed, 24 Mar 2010, axl melkhov wrote: > Hello Community > I'm new to OpenBSD, I want to write a script for > backup and monitoring changes > all files on the disk. > 2nd the recommendation for rsnapshot. Simple solution to many problems (including backing up files with root privledges) that are

Re: Backup and monitoring

2010-03-24 Thread Predrag Punosevac
"J.D. Bronson" writes: > How about looking at rsync I asked a similar question about a year ago on this mailing list. Strangely enough, I ended up using a tool nobody mentioned explicitly in response to my e-mail. It is called unison http://www.cis.upenn.edu/~bcpierce/unison/ As observed

Re: Backup and monitoring

2010-03-24 Thread Stephan Andreas
Am Wednesday 24 March 2010 11:15:36 schrieb axl melkhov: > Hello Community > I'm new to OpenBSD, I want to write a script for > backup and monitoring changes > all files on the disk. > > Shell: ksh > Utilities: dump, restore > Input data: /etc/fstab ,/etc/dumpdates > Output data: backup files, text

Re: Backup and monitoring

2010-03-24 Thread Samuel Baldwin
I know you want to write your own script, but take a look at rsnapshot [1]. I've been using it for a while to backup my systems at home and it's been delightful. Just a small program based on rsync that handles backups in a nice simple, more space efficient, and automated way. [1] http://rsnapshot

Re: Backup and monitoring

2010-03-24 Thread Peter N. M. Hansteen
"J.D. Bronson" writes: > How about looking at rsync rsync is great, and there's a few utils that uses it such as rdiff-backup. On the other hand, if the number of machines you're backing up and restoring is a bit larger, I've developed a fondness for bacula myself. Not directly relevant to

Re: Backup and monitoring

2010-03-24 Thread J.D. Bronson
How about looking at rsync Thats what we use and it will list out changes. I used to cron it each night and have it email the output... -- J.D. Bronson

Re: Backup and monitoring

2010-03-24 Thread Paul M
I use restore -t on the dump just created to get the listing of backed up files. I'm not sure just what your question is though - what you want seems clear enough, you just need to write the script now. paulm On 24/03/2010, at 10:15 PM, axl melkhov wrote: Hello Community I'm new to OpenBSD,