Archive for August, 2025
Friesland-Kliniken St.-Johannes-Hospital Varel – Landrat Sven Ambrosy will Gespräche über einen temporären Erhalt der Klinik bis zur Fertigstellung eines Zentralklinikums führen
Mittwoch, August 6th, 2025CodeTwo Email Signatures 365 – company wide email signatures disclaimers and marketing campaigns
Mittwoch, August 6th, 2025PDF File(s) – ein digitales Chamäleon
Mittwoch, August 6th, 2025Bundesminister der Finanzen Lars Klingbeil (SPD) – Schwarzarbeit Geldwäsche und Ausbeutung in Barbershops und Nagelstudios soll da besonders verbreitet sein nun sollen Zollbeamte hier künftig sehr viel genauer hinschauen
Mittwoch, August 6th, 2025
Proxmox Virtual Environment (VE) 9.0 – what’s new
Dienstag, August 5th, 2025Freunde des Stroms – was ist beim Einbau von einem Überspannungsschutz und zu beachten
Dienstag, August 5th, 2025Dienstag, August 5th, 2025
ℹ️
Aus AVM wird FRITZ:Mit der Umfirmierung unseres Unternehmens setzen wir konsequent auf die starke Markenbekanntheit und die hohe Beliebtheit der erfolgreichen FRITZ!-Produkte.
Die Namensänderung betrifft ausschließlich die Firmenbezeichnung – für Kunden ändert sich nichts. pic.twitter.com/QLB2b0BBWX
— FRITZ!Box (@AVM_DE) August 5, 2025
Raspberry Pi 5 – mit 16 GB RAM
Dienstag, August 5th, 2025Ostalb-Kliniken Ellwangen – Patient sticht auf Mitpatienten ein und flüchtet
Montag, August 4th, 2025Westküstenkliniken (WKK) Brunsbüttel & Heide – sie arbeiten um anderen zu helfen doch nun mussten zwei Mitarbeiter selbst im Krankenhaus versorgt werden und die Polizei fahndet nach den Angreifern
Montag, August 4th, 2025Swiss President Karin Keller-Sutter – accused of mishandling talks as shares dive after Switzerland hit with 39% tariff
Montag, August 4th, 2025
Balkonkraftwerk – die neue IEC-Norm im Faktencheck mit Holger Laudeley
Sonntag, August 3rd, 2025Ollama UI – it’s a game changer for local AI
Sonntag, August 3rd, 2025Linux command ‚date‘ – how to add days to date get new date and use it with ‚Syncthing Versioning‘ option and ‚Syncthing Encryption‘ option
Sonntag, August 3rd, 2025date -d „+1 day“ „+%Y-%m-%d“
————————————————————————
#!/bin/bash
#FileName: BackupModusEncyption.sh
#crontab: 01 01 * * * /root/BackupModusEncryption.sh
set -x
BackupDay=`date -d „-1 day“ „+%Y-%m-%d“`
LocalBackupPath=“/<…>/MOTIONEYE“
cd $LocalBackupPath
tar cvf /home/syncthing/MOTIONEYE/Backup */$BackupDay/*
————————————————————————
#!/bin/bash
#FileName: BackupModusHourEncrsption.sh
#crontab: 31 * * * * /root/BackupModusHourEncryption.sh
set -x
BackupDay=`date „+%Y-%m-%d“`
LocalBackupPath=“/<…>/MOTIONEYE“
cd $LocalBackupPath
tar cvf /home/syncthing/MOTIONEYE/Backup –newer-mtime „60 minutes ago“ */$BackupDay/*

#!/bin/bash
#FileName: BackupModusEncryption.sh
#crontab: 11 01 * * * /root/BackupModusEncryption.sh
set -x
BackupDay=`date -d „-1 day“ „+%Y-%m-%d“`
LocalBackupPath=“/var/lib/motioneye“
cd $LocalBackupPath
tar cvf /home/syncthing/MOTIONEYEencryption/Backup */$BackupDay/*
————————————————————————
#!/bin/bash
#FileName: BackupModusHourEncryption.sh
#crontab: 41 * * * * /root/BackupModusHourEncryption.sh
set -x
BackupDay=`date „+%Y-%m-%d“`
LocalBackupPath=“/var/lib/motioneye“
cd $LocalBackupPath
tar cvf /home/syncthing/MOTIONEYEencryption/Backup –newer-mtime „60 minutes ago“ */$BackupDay/*

How to decrypt a Syncthing folder
root@rpi-iot-jsho-syncthing-01:/home/syncthing# syncthing decrypt –password <password> –to /home/syncthing/MOTIONEYEdecryption /home/syncthing/MOTIONEYEencryption
