Handle hostnames with upper-case letters
[webmin.git] / backup-config / CHANGELOG
1 ---- Changes since 1.160 ----
2 First version of this module, which can backup the configuration files of other Webmin modules.
3 ---- Changes since 1.220 ----
4 Added checkboxes to control if the Webmin config file for the target modules (in /etc/webmin) and the actual server config files (like httpd.conf) are included in each backup.
5 Added a button on the Edit Backup page to execute it immediately.
6 Extra files to include in each backup that are not associated with any module can now be manually entered.
7 ---- Changes since 1.290 ----
8 Made the backup email contents translatable.
9 ---- Changes since 1.320 ----
10 Added a warning if % is used in filenames but strftime substition is not enabled.
11 ---- Changes since 1.330 ----
12 Added tabs to reduce the size of the main page.
13 ---- Changes since 1.390 ----
14 When a directory is entered as an additional path to backup, it will be expanded to the list of all files under it when the backup is done.
15 When backing up or restoring from an FTP or SSH server, an optional port number can be entered if the remote server is using a non-standard port.
16 ---- Changes since 1.440 ----
17 Converted commands in the module's API file to POD format, and added more details about each function.
18 Backup files are now given 600 permissions, to prevent reading by non-root users.
19 ---- Changes since 1.490 ----
20 Added an option on the restore form to just show the contents of a backup.
21 ---- Changes since 1.510 ----
22 Added fields to the scheduled backup page for pre and post backup commands.
23 ---- Changes since 1.530 ----
24 When a scheduled backup is run manually, and pre and post commands are now also run.