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, 2025

CodeTwo Email Signatures 365 – company wide email signatures disclaimers and marketing campaigns

Mittwoch, August 6th, 2025

PDF File(s) – ein digitales Chamäleon

Mittwoch, August 6th, 2025

Bundesminister 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

Syncthing v2.x – ein dezentrales quelloffenes System zum sicheren Synchronisieren von Dateien und Ordnern zwischen mehreren Geräten und es funktioniert ganz ohne zentralen Server läuft auf Linux Windows macOS und Android und lässt sich auch über Netzwerkgrenzen hinweg nutzen automatisch sicher und ohne komplizierte Einrichtung

Dienstag, August 5th, 2025

Proxmox Virtual Environment (VE) 9.0 – what’s new

Dienstag, August 5th, 2025

Freunde des Stroms – was ist beim Einbau von einem Überspannungsschutz und zu beachten

Dienstag, August 5th, 2025

Dienstag, August 5th, 2025

Raspberry Pi 5 – mit 16 GB RAM

Dienstag, August 5th, 2025

Ostalb-Kliniken Ellwangen – Patient sticht auf Mitpatienten ein und flüchtet

Montag, August 4th, 2025

Westkü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, 2025

Swiss 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, 2025

Ollama UI – it’s a game changer for local AI

Sonntag, August 3rd, 2025

Linux 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, 2025

date -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