Archive for Januar 24th, 2022

Italy Amalfi Coast – bus driving

Montag, Januar 24th, 2022

YubiKey – how to modernize your multi-factor authentication (MFA) strategies

Montag, Januar 24th, 2022

World Webcams – online webcam

Montag, Januar 24th, 2022

Proof Wood – mit diesen Tricks kann jeder ganz einfach eine Elektroinstallation umbauen und erweitern

Montag, Januar 24th, 2022

heise online – kurz informiert vom 24.01.2022

Montag, Januar 24th, 2022

Landkreis Erding (Stand 24 Januar 2022) – so verteilen sich die Coronavirus Patienten

Montag, Januar 24th, 2022

… 11mal in St.Wolfgang neu

imland Klinik Rendsburg & Eckernförde – beide Standorte sollen erhalten bleiben

Montag, Januar 24th, 2022

Montag, Januar 24th, 2022

Banana Pi BPI-M1 – practical example with an S3-compatible object storage server with MinIO on Armbian Bullseye

Montag, Januar 24th, 2022

root@rpi-iot-jsho-cam-02:~# vi MinioMotioneyeBackup.sh
#!/bin/bash
#FileName: MinIoMotioneyeBackup.sh
LocalBackupPath=“/var/lib/motioneye“
MinioBucket=“myminio/worm-with-versioning-and-retention/motioneye“
MCPATH=“/root/mc“
$MCPATH mirror –json –overwrite –remove –preserve $LocalBackupPath $MinioBucket
$MCPATH rm –force –versions –recursive –older-than 7d $MinioBucket
root@rpi-iot-jsho-cam-02:~#
root@rpi-iot-jsho-cam-02:~# vi MinioMotioneyeBackup2.sh
!/bin/bash
#FileName: MinIoMotioneyeBackup2.sh
LocalBackupPath=“/var/lib/motioneye“
MinioBucket=“myminio/noworm-with-versioning-and-noretention/motioneye“
MCPATH=“/root/mc“
$MCPATH mirror –json –overwrite –remove –preserve $LocalBackupPath $MinioBucket
$MCPATH rm –force –versions –recursive –older-than 7d $MinioBucket
root@rpi-iot-jsho-cam-02:~#
root@rpi-iot-jsho-cam-02:~# vi MinioMotioneyeBackup3.sh
!/bin/bash
#FileName: MinIoMotioneyeBackup3.sh
LocalBackupPath=“/var/lib/motioneye“
MinioBucket=“myminio/noworm-with-noversioning-and-noretention/motioneye“
MCPATH=“/root/mc“
$MCPATH mirror –json –overwrite –remove –preserve $LocalBackupPath $MinioBucket
root@rpi-iot-jsho-cam-02:~#
root@rpi-iot-jsho-cam-02:~# vi MinioMotioneyeBackupStart.sh
#! /bin/bash
/root/MinioMotioneyeBackup.sh
/root/MinioMotioneyeBackup2.sh
/root/MinioMotioneyeBackup3.sh
root@rpi-iot-jsho-cam-02:~# crontab -l
15 * * * * /root/MinioMotioneyeBackupStart.sh >> /dev/null 2>&1
root@rpi-iot-jsho-cam-02:~#

… after one week backup

root@rpi-iot-jsho-cam-02:~# ./mc admin update myminio
Server `myminio` updated successfully from 2021-12-29T06:49:06Z to 2022-01-08T03-11-54Z

… after two weeks

Montag, Januar 24th, 2022

Prof. Dr. Gunter Dueck – wollen können müssen

Montag, Januar 24th, 2022

Raspberry Pi 4 – boot from a USB Disk

Montag, Januar 24th, 2022