From ab7df4e988eecfbfd2e33a37b240d7345fa907e8 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 7 Dec 2008 21:01:13 +0000 Subject: [PATCH] Completed support for ZIP format backups --- gpl-virtual-server/CHANGELOG | 3 ++- gpl-virtual-server/config.info | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 20db12613..f48afcf4a 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -515,4 +515,5 @@ UCC certificates and CSRs can now be created and displayed on the Manage SSL Cer Domain owners can now restore from files under their virtualmin-backup directory, subject to regular Unix permissions. If the post-modification or creation script for a domain fails, its output is now displayed as an error message. Validation now checks that each domain's Unix user and group quotas match what Virtualmin expects. -Added a DNS template option to have a DNSSEC key generated for new domains, and records automatically signed. +Added a DNS template option to have a DNSSEC key generated for new domains, and records automatically signed. Requires Webmin version 1.443 or later though. +Virtual server backups can now be in ZIP format, by changing the 'Backup compression format' option on the Module Config page. TAR format is still recommended though, as it better preserves Unix filesystem attributes. diff --git a/gpl-virtual-server/config.info b/gpl-virtual-server/config.info index 0b131ada3..5c2a34891 100644 --- a/gpl-virtual-server/config.info +++ b/gpl-virtual-server/config.info @@ -8,7 +8,7 @@ defip=Default virtual server IP address,3,From network interface dns_ip=Default IP address for DNS records,10,*-Automatically detect external address,-Same as virtual server IP,Other address disable=Features to deactivate when disabling,13,unix-Unix user (lock account),mail-Mail (stop accepting email for domain),web-Website (replace site with error page),dns-DNS (stop serving domain),mysql-MySQL (disallow login by MySQL user),postgres-PostgreSQL (disallow login by PostgreSQL user),ftp-ProFTPD (deny access) ldap=Store users and groups,1,1-In LDAP database,0-In local files -compression=Backup compression format,1,0-gzip,1-bzip2,2-None (tar only) +compression=Backup compression format,1,0-gzip,1-bzip2,2-None (tar only),3-ZIP mysql_replicas=Additional MySQL servers to create users on,3,Just this system preload_mode=Preload Virtualmin libraries at startup?,1,2-All libraries,1-Only core,0-No collect_interval=Interval between status collection job runs,10,none-Never run,Minutes