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 file - filenames with changes
> Output dist: scsi disk for backup file, mail for text file
>
> What do you think will be the most elegant solution
> for this problem?
>
> With best regards from Russia.
> Axl Melkhov.

Monitoring changes:
OpenBSD checks every day the system and generate a diff e.g. of the /etc 
folder and send an email to the root account. You can forward this email to 
your account if you want.
Changes in the system will backuped in /var/backups by default.

Backup your System (backup of big systems is not easy):
dump and restore are a possible solution.
I use bacula, an distributed backup tool. It can be a little bit complex for 
one pc system.

Reply via email to