You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic backups your web projects bases (MySQL/MariaDB) and files to the clouds via WebDAV or Amazon S3. Supports setting passwords for archives and excluding specified folders.
3
3
4
4
Requirements
@@ -80,7 +80,7 @@ Supported backup types:
80
80
81
81
Supported periods:
82
82
83
-
-`hourly` - add number and name of the current week day and current hour to archive name (ex.: domain.com_files_5_Friday_02.7z)
83
+
-`hourly` - add "hourly" mark and current hour to archive name (ex.: domain.com_base_hourly_02.7z)
84
84
-`daily` - add number and name of the current week day to archive name (ex.: domain.com_files_5_Friday.7z)
85
85
-`weekly` - add "weekly" mark to archive name (ex.: domain.com_files_weekly.7z)
86
86
-`monthly` - add "monthly" mark to archive name (ex.: domain.com_files_monthly.7z)
@@ -135,6 +135,7 @@ TODO
135
135
Changelog
136
136
---------
137
137
138
+
- 17.12.2020 - 1.6.1 - fixed archive filename for hourly backup period
138
139
- 13.12.2020 - 1.6.0 - added hourly backup period
139
140
- 29.07.2020 - 1.5.0 - added parameters for excluding folders for specific backup periods
140
141
- 17.04.2020 - 1.4.1 - removed "--databases" parameter in mysqldump command for support restore databases to another databases
0 commit comments