mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 01:32:03 +00:00
Completed support for ZIP format backups
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user