From 15606ce3972f7bf62bd8bf00a1a44dac0d8d70bc Mon Sep 17 00:00:00 2001 From: Benjamin Nelan Date: Tue, 30 Jan 2024 12:40:22 +1100 Subject: [PATCH] Fix typo and include additional examples based on the validation regex in urbackup.js --- urbackupserver/www/help.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/urbackupserver/www/help.htm b/urbackupserver/www/help.htm index 45e92819..181d070f 100644 --- a/urbackupserver/www/help.htm +++ b/urbackupserver/www/help.htm @@ -80,9 +80,11 @@

1-7/0-24: Allow backups on every day of the week on every hour.
Mon-Sun/0-24: An equivalent notation of the above
+Mo-So/0-24: An equivalent notation of the above, using German week abbreviations
+Mon,Tue,Fri/0-24;: All-day Monday, Tuesday and Friday.
Mon-Fri/8:00-9:00, 19:30-20:30;Sat,Sun/0-24: On weekdays backup between 8 and 9 and between 19:30 and 20:30. On Saturday and Sunday the whole time.

-

As one can see a number can denote a day of the week (1-Monday, 2-Thuesday, 3-Wednesday, 4-Thursday, 5-Friday, 6-Saturday, 7-Sunday). You can also use the abbreviations of the days (Mon, Thues, Wed, Thurs, Fri, Sat, Sun). The times can either consist of only full hours or of hours with minutes. The hours are on the 24 hour clock. You can set multiple days and times per window definition, separated per ",". You can also set multiple window definitions. Separate them with ";".

+

As one can see a number can denote a day of the week (1-Monday, 2-Tuesday, 3-Wednesday, 4-Thursday, 5-Friday, 6-Saturday, 7-Sunday). You can also use the abbreviations of the days (Mon, Tue, Wed, Thu, Fri, Sat, Sun). The times can either consist of only full hours or of hours with minutes. The hours are on the 24 hour clock. You can set multiple days and times per window definition, separated per ",". You can also set multiple window definitions. Separate them with ";".

How to exclude files?