Archive for Januar 26th, 2021

Landkreis Erding (Stand 26 Januar 2021) – so verteilen sich die Coronavirus Patienten

Dienstag, Januar 26th, 2021

Veeam Backup & Replication ‚Fast Clone‘ – is the technology that helps create quick file copies

Dienstag, Januar 26th, 2021

  Veeam Backup & Replication ‚Fast Clone‘ – increases the speed of synthetic backup creation and transformation reduces disk space requirements and decreases the load on storage devices. With this technology, Veeam Backup & Replication references existing data blocks on volumes instead of copying data blocks between files. Data blocks are copied only when files are modified.

To configure a Linux backup repository for work with Fast Clone use the following XFS volume format string

# mkfs.xfs -b size=4096 -m reflink=1,crc=1 /dev/sda1
size=4096 sets file system block size to 4096 bytes
reflink=1 enables reflinking for the XFS instance (disabled by default)
crc=1 enables checksums, required for reflink=1 (enabled by default)

Kliniken Südostbayern AG Kreisklinik Bad Reichenhall – 19 Mitarbeiter sind positiv getestet

Dienstag, Januar 26th, 2021

Klinikum Bayreuth – rund 3.000 Mitarbeiter sind unter Quarantäne

Dienstag, Januar 26th, 2021

MAN – streicht 3.500 Jobs in Deutschland

Dienstag, Januar 26th, 2021

Klinikum Nordfriesland Husum & Niebüll – erster nachgewiesener Fall der englischen Virus Mutation

Dienstag, Januar 26th, 2021

Microsoft Forms – easily create surveys quizzes and polls

Dienstag, Januar 26th, 2021

Dienstag, Januar 26th, 2021

Der Bayerische Verwaltungsgerichtshof – hat die 15km Regel für Bewohner von sogenannten Coviod-19 Hotspots vorläufig außer Vollzug gesetzt

Dienstag, Januar 26th, 2021

Raspberry Pi – XFS file system and the reflink feature is now production ready and enabled by default on new installations

Dienstag, Januar 26th, 2021
#!/bin/bash
####################################
# /usr/local/bin/createSnapshotHourly.sh
#
# Erstellt ein Snapshot mit Hilfe von XFS Reflink
####################################
umask 022
PATH=/bin:/usr/bin
export PATH
# Quellverzeichnis des Backups
backupVerzeichnis=~/Schreibtisch
# Zielverzeichnis des Backups
snapshotVerzeichnis=~/.Snapshots
# Ist genügend freier Speicherplatz (> 25 GB) vorhanden
if [ -d „${snapshotVerzeichnis}“ ];
then
FreierSpeicherplatz=0;
else
/usr/bin/mkdir -p ${snapshotVerzeichnis};
/usr/bin/chattr -R +d ${snapshotVerzeichnis}/;
/usr/bin/sync;
FreierSpeicherplatz=0;
fi;
FreierSpeicherplatz=`/usr/bin/df -h ${snapshotVerzeichnis} | tail -n1 | /usr/bin/awk ‚{print $4}‘ | grep -i „G“ | sed ’s/.$//’`
if [ ${FreierSpeicherplatz} -ge 25 ];
then
# Kontrolle, ob das Quellverzeichnis existiert
if [ -d „${backupVerzeichnis}“ ];
then
# Temporä¤res Verzeichnis löschen
if [ -d „${snapshotVerzeichnis}/hourly.tmp“ ];
then
/usr/bin/rm -Rf ${snapshotVerzeichnis}/hourly.tmp;
/usr/bin/sync;
fi;
# Neuer Snapshot erstellen
if [ -d „${snapshotVerzeichnis}/hourly.tmp“ ];
then
echo „Zielverzeichnis des Backups konnte nicht gelöscht werden!“;
exit 3;
else
# Snapshot mit Hilfe von XFS Reflink erstellen
/usr/bin/cp -R –no-dereference –preserve –one-file-system –reflink=always ${backupVerzeichnis}/ ${snapshotVerzeichnis}/hourly.tmp/;
/usr/bin/sync;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.tmp“ ];
then
/usr/bin/touch -m ${snapshotVerzeichnis}/hourly.tmp/;
/usr/bin/sync;
else
echo „Zielverzeichnis des Backups konnte nicht erstellt werden!“;
exit 4;
fi;
# Snapshots rotieren
if [ -d „${snapshotVerzeichnis}/hourly.8“ ];
then
/usr/bin/rm -Rf ${snapshotVerzeichnis}/hourly.8;
/usr/bin/sync;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.7“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.7 ${snapshotVerzeichnis}/hourly.8;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.6“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.6 ${snapshotVerzeichnis}/hourly.7;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.5“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.5 ${snapshotVerzeichnis}/hourly.6;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.4“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.4 ${snapshotVerzeichnis}/hourly.5;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.3“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.3 ${snapshotVerzeichnis}/hourly.4;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.2“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.2 ${snapshotVerzeichnis}/hourly.3;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.1“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.1 ${snapshotVerzeichnis}/hourly.2;
fi;
if [ -d „${snapshotVerzeichnis}/hourly.0“ ];
then
/usr/bin/mv ${snapshotVerzeichnis}/hourly.0 ${snapshotVerzeichnis}/hourly.1;
fi;
# Neuer Snapshot veröffentlichen
/usr/bin/mv ${snapshotVerzeichnis}/hourly.tmp ${snapshotVerzeichnis}/hourly.0;
/usr/bin/sync;
else
echo „Quellverzeichnis des Backups existiert nicht!“;
exit 2;
fi;
else
echo „Nicht genügend freier Speicherplatz!“;
exit 1;
fi;
exit 0

Docusnap 11 Webinar – Neuerungen und Erweiterungen

Dienstag, Januar 26th, 2021

Bayerischer Ministerpräsident Dr. Markus Söder – Pressekonferenz zur Covid-19 Pandemie am 26.01.2021

Dienstag, Januar 26th, 2021

Dienstag, Januar 26th, 2021

Robert Koch-Institut (RKI) – Tabelle mit den gemeldeten Impfungen bundesweit und nach Bundesland

Dienstag, Januar 26th, 2021

Robert Koch-Institut (RKI) – Tabelle mit den gemeldeten Impfungen bundesweit und nach Bundesland

Datenstand 26.01.2021 10:00 Uhr

Krankenhaus Wittmund gGmbH – nimmt derzeit keine Patienten mehr auf

Dienstag, Januar 26th, 2021