That we can add if desired, week number=Www, and day of the week=dddd, and {type}=full, incremental, differential
That is, just as it is allowed:
yyyy = year
MM = number of the month
dd = number of the day of the month
hh = hour
mm = minutes
ss = seconds
Www = W01...W42 = week number iso 8601
dddd = day of the week in letters
ddd = day of the week abbreviated in 3 letters:
(mon, tue, wed, thu, fri, sat, sun).
DDD = day number of the year
D = day number of week
mmmm = name of the whole month
mmm = name of the month abbreviated to 3 letters
jan, feb, mar, apr, ...
{type} = full, incremental, differential
Examples:
yyyy-DDD_{TYPE} = 2022-051_full. = (Year, day number of the year, type of backup).
yyyy-DDD-D-ddd_{TYPE} =
2022-051-1-mon_full
2022-051-2-tue_incremental
2022-051-3-wed_incremental
2022-051-4-thu_incremental
2022-051-5-fri_incremental
2022-051-6-sat_incremental
2022-052-1-mon_full
2022-052-2-tue_incremental
yyyy-mm-yy_hh;mm;ss_{type} =
2022-12-14_10;25;58_full
2022-12-14_10;25;58_incremental
2022-12-14_10;25;58_differential
yyyy-mm-yy_hh;mm;ss_dddd_{type} = 2022-12-14_10;25;58_wednesday_incremental
yyyy-mm-yy_hh;mm;ss_ddd_{type} = 2022-12-12_08;32;29_mon_full
...
...
That is, just as it is allowed:
yyyy = year
MM = number of the month
dd = number of the day of the month
hh = hour
mm = minutes
ss = seconds
Www = W01...W42 = week number iso 8601
dddd = day of the week in letters
ddd = day of the week abbreviated in 3 letters:
(mon, tue, wed, thu, fri, sat, sun).
DDD = day number of the year
D = day number of week
mmmm = name of the whole month
mmm = name of the month abbreviated to 3 letters
jan, feb, mar, apr, ...
{type} = full, incremental, differential
Examples:
yyyy-DDD_{TYPE} = 2022-051_full. = (Year, day number of the year, type of backup).
yyyy-DDD-D-ddd_{TYPE} =
2022-051-1-mon_full
2022-051-2-tue_incremental
2022-051-3-wed_incremental
2022-051-4-thu_incremental
2022-051-5-fri_incremental
2022-051-6-sat_incremental
2022-052-1-mon_full
2022-052-2-tue_incremental
yyyy-mm-yy_hh;mm;ss_{type} =
2022-12-14_10;25;58_full
2022-12-14_10;25;58_incremental
2022-12-14_10;25;58_differential
yyyy-mm-yy_hh;mm;ss_dddd_{type} = 2022-12-14_10;25;58_wednesday_incremental
yyyy-mm-yy_hh;mm;ss_ddd_{type} = 2022-12-12_08;32;29_mon_full
...
...
Statistics: Posted by streik — 13 Dec 2022, 15:34