[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] backing up conf files



> I was wondering if it would be a good idea to backup the apache
> conf files
> several times a day using cron, if there's any way to backup the
> conf files
> automatically when editing them with pico, or if there's something wrong
> with doing this.
>

I don't know why you would need to back them up at all unless you are
editing them. Then all you do is:
cp httpd.conf httpd.conf.old before you edit it. If you're adding anything
to httpd.conf, you might think about using an include instead of editing the
actual file. Just search the archives for include.conf.
--
Dan Kriwitsky