Re: Backup using ZFS Snapshots
From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 15 Dec 2016 09:40:43 -0500
On Thu, Dec 15, 2016 at 9:25 AM, Andrew Martin <amartin_at_xes-inc.com> wrote:
> > If all of your activity happens via Apache there might be easier ways to
I was thinking of two approaches:
1. Have a "read-only" Apache httpd.conf that you swap into place and do a
# Authorization: Authenticated users only for non-read-only
You would use this concept, not this exact configuration. You would want
2. The easier approach is the start-commit hook. Just have a single master
exit 0;
Then when you are doing a backup you change it to something like:
echo "Server is in read-only mode for backup. It should be available again
That said, based on the approach you are taking, I do not think you need to
-- Thanks Mark Phippard http://markphip.blogspot.com/Received on 2016-12-15 15:40:47 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.