back up CentOS using the "dd" command
back up CentOS using the "dd" command
Backup to a Disk Image
how to create an image to an external drive
Using the Gnome Disks Utility
-
1. Run the Gnome Disks utility from the Ubuntu programs menu - WRITE DISKS
- Select the external drive or disk, and then choose “Create Disk image…”.
- Create a file name for the image, choose the folder to store the image, and then press the “Start Creating…” button to begin the process.
- Wait for the process to finish. It could take a couple of hours to finish.
Using the Terminal
To backup to a compressed image using a terminal, simply run the following command:
sudo sh -c "dd if=/dev/sda status=progress | xz -c > /media/cupc/image.img.xz"
Replace /media/cupc/image.img.xz
with the location where you wish to store your disk image.
It may take a couple of hours to complete.
Restore from a Disk Image
Using the Gnome Disks Utility
-
1.Run the Gnome Disks utility from the Ubuntu programs menu.
- Select the 120GB Disk, and then choose “Restore Disk image…”.
- Browse to the location of the image file.
- Press the “Start Restoring…” button.
- Confirm by pressing the “Restore” button.
Using the Terminal
To restore from a compressed image in a terminal, simply run the following command:
sudo sh -c "xz -d -c /media/cupc/image.img.xz | dd of=/dev/sda status=progress"
Replace /media/cupc/image.img.xz
with the location of your compressed disk image.
It may take a couple of hours to complete.
back up CentOS using the "dd" command
back up CentOS using the "dd" command
if=/dev/sda
Is cloning the entire disk and of=/dev/sdd1
Is writing to a partition. Which doesn't make much sense.
You may want to clone the entire disk onto another disk
dd if=/dev/sda conv=sync,noerror status=progress bs=64k of=/dev/sdd
Or yet clone to a compressed image
dd if=/dev/sda | gzip > /sda.img.gz
And restore like so
gzip -d /sda.img.gz | dd of=/dev/sda
to create the image. There where four partitions in my sda
* EFI system
* Microsoft reserved
* mircosoft basic dat
* Windows recovery environment
Nowy certyfikat w Płatniku 2023
Nowy certyfikat w Płatniku - konieczna jego wymiana!
W programie Płatnik w komunikacji z ZUS należy korzystać z nowego certyfikatu ZUS.
Certyfikat dostępny jest pod linkiem "http://www.zus.pl/bip/pliki/PE-2-ZUS-EWD.pem"
Program Płatnik pozwala na automatyczne pobranie certyfikatu przez opcje: [Przekaz] -> [Ustawienia przekazu elektronicznego] -> [Certyfikaty] -> [Usuń z konfiguracji], a następnie [Pobierz] i [Zapisz]. Aktualizacja certyfikatu jest niezbędna, aby program Płatnik działał poprawnie i komunikował się z systemem informatycznym ZUS.
• Numer SN dotychczasowego certyfikatu: 0...............................2b88f
• Numer SN nowego certyfikatu: 2....................................e37e
Dotychczasowy certyfikat wygaśnie 24 sierpnia 2023r.
Po tym czasie nie będzie możliwa komunikacja z ZUS, jeśli w [Certyfikatach] będzie stary certyfikat ZUS.
Awaria systemu P1 w NFZ
NFZ informuje ze w dniu 04 maja 2023 występują chwilowe trudności z wysyłaniem i odbieraniem e-skierowań. Awarii uległ system P1.
Awaria trwa od rana!
Informacja ze strony NFZ:
"Informujemy, że występują trudności z zapisem i odczytem e-skierowań. Trwają prace nad usunięciem problemu.
Przepraszamy za utrudnienia."
HTTP/1.1 500 Internal Server Error
Content-Type: application/soap+xml;charset=UTF-8
Date: Thu, 04 May 2023 07:02:38 GMT