vault backup: 2026-03-06 18:46:02

This commit is contained in:
Thomas Peetz
2026-03-06 18:46:02 +01:00
parent b7db56b51b
commit 551f229037
24 changed files with 614 additions and 20 deletions
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 20
plank: 60
journal: Privat daily
journal-date: 2026-03-06
journal-start-date: 2026-03-06
journal-end-date: 2026-03-06
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W10#^10i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-03-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-03-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-06)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 06
```
+97
View File
@@ -0,0 +1,97 @@
---
journal: Privat weekly
journal-date: 2026-03-02
journal-start-date: 2026-03-02
journal-end-date: 2026-03-08
---
```calendar-timeline
```
## Routinen der Woche
```dataview
TABLE WITHOUT ID
file.link as Datum,
choice(meditation = true, "✅", "❌") as Meditation,
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
choice(plank >= 60, "✅", "❌") as Plank
FROM "Journal/Privat"
WHERE file.day >= date(2026-03-02) AND file.day <= date(2026-03-08)
SORT file.day ASC
```
> ### Woche [[2026-W10|10]] Ziele
> - Persönliche Ziele
> ---
> - Berufliche Ziele
> ---
> - Erledigtes
> ---
^10i
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Leseliste
![[Leseliste Thomas#Leseliste]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-03-08) AND NOT (scheduled 2026-03-02 2026-03-08)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-03-02 2026-03-08
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-03-02) AND completion < date(2026-03-09)
>```
## History
### 2026-03-02
![[Journal/Privat/2026/03/2026-03-02#Journal]]
### 2026-03-03
![[Journal/Privat/2026/03/2026-03-03#Journal]]
### 2026-03-04
![[Journal/Privat/2026/03/2026-03-04#Journal]]
### 2026-03-05
![[Journal/Privat/2026/03/2026-03-05#Journal]]
### 2026-03-06
![[Journal/Privat/2026/03/2026-03-06#Journal]]
### 2026-03-07
![[Journal/Privat/2026/03/2026-03-07#Journal]]
### 2026-03-08
![[Journal/Privat/2026/03/2026-03-08#Journal]]
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 03 AND birthday.day >= 02
WHERE birthday.month <= 03 AND birthday.day < 09
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-03-02) AND file.cday < date(2026-03-08)
>```
+2 -2
View File
@@ -12,8 +12,8 @@ journal-end-date: 2026-03-05
## Journal
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-05]
- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]]
- [ ] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]]
- [x] 13:30 - 13:45 [[Tibuci Stand-Up]] [completion:: 2026-03-05]
- [x] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]] [completion:: 2026-03-05]
## Ziele
+3 -2
View File
@@ -1,5 +1,5 @@
---
work_home: false
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-03-06
@@ -11,7 +11,8 @@ journal-end-date: 2026-03-06
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-06]
- [x] 15:00 - 16:00 Vorbereitung Talend Update Uni Zürich [completion:: 2026-03-06]
## Ziele
+68
View File
@@ -0,0 +1,68 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-03-09
journal-start-date: 2026-03-09
journal-end-date: 2026-03-09
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
## Ziele
##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-09
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-09
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-03-09
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-03-09
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-09)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 09
```
+69
View File
@@ -0,0 +1,69 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-03-11
journal-start-date: 2026-03-11
journal-end-date: 2026-03-11
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 08:00 - 17:00 [[Talend System-Update]] Entwicklung
## Ziele
##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-03-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-03-11
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-11)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 11
```
+70
View File
@@ -0,0 +1,70 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-03-12
journal-start-date: 2026-03-12
journal-end-date: 2026-03-12
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]]
- [ ] 08:00 - 15:30 [[Talend System-Update]] PROD
## Ziele
##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-03-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-03-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-12)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 12
```
+1 -1
View File
@@ -8,7 +8,7 @@ journal-end-date: 2026-03-08
```
> ### Woche [[2026-W10|10]] Ziele
>- [ ] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal
>- [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] #process/goal
>- [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] #process/goal [completion:: 2026-03-05]
> - [x] [[Cosnova]] Ticket bearbeitet #process/goal [completion:: 2026-03-04]
^10i
+77
View File
@@ -0,0 +1,77 @@
---
journal: cimt weekly
journal-date: 2026-03-09
journal-start-date: 2026-03-09
journal-end-date: 2026-03-15
---
```calendar-timeline
```
> ### Woche [[2026-W11|11]] Ziele
> - [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]]
> - [ ] [[Kong Gateway: Erneuerung SSL Zertifikat]]
^11i
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-03-15) AND NOT (scheduled 2026-03-09 2026-03-15)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-03-09 2026-03-15
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-03-09) AND completion < date(2026-03-16)
>```
## History
### 2026-03-09
![[Journal/cimt AG/2026/03/2026-03-09#Journal]]
### 2026-03-10
![[Journal/cimt AG/2026/03/2026-03-10#Journal]]
### 2026-03-11
![[Journal/cimt AG/2026/03/2026-03-11#Journal]]
### 2026-03-12
![[Journal/cimt AG/2026/03/2026-03-12#Journal]]
### 2026-03-13
![[Journal/cimt AG/2026/03/2026-03-13#Journal]]
### 2026-03-14
![[Journal/cimt AG/2026/03/2026-03-14#Journal]]
### 2026-03-15
![[Journal/cimt AG/2026/03/2026-03-15#Journal]]
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 03 AND birthday.day >= 09
WHERE birthday.month <= 03 AND birthday.day < 16
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-03-09) AND file.cday < date(2026-03-15)
>```