Recent Comments
- Spitzenpfeil on Sleep is vital
- robert on PT4115 LED-Square
- abies on PT4115 LED-Square
- robert on ERSA I-Con Nano — A pico review
- Ubi de Feo on ERSA I-Con Nano — A pico review
Archives
Tags
64-pixels adapter AVR bulb customs DSO failure by design fireworks firmware good old days hack happy new year hardware IKEA import lamp lecroy LED light lighting linux MBI5168 modding open source opensuse oscilloscope PCB power supply prototype PWM rant remote RGB RoHS Samtid Seeedstudio SMD soldering teardown trigger upgrade WaveAce 224 weller WS2812B youyueCategories
- Computer / Server (21)
- Dear Diary. (13)
- DIY. (12)
- Electronics. (192)
- Arduino. (44)
- Fix me. (13)
- Soldering & PCBs. (39)
- Software. (11)
- Something Completely Different (10)
- The Dump. (28)
Blogroll
KiCad
Links
My 2µF
Meta
Tag Archives: backup
BORG Backup — Deduplicating Archiver
The documentation is very usable, easy to understand. Getting the basic things going is very easy. The code is on github. It’s worth taking a look and having a go at it! You do know that you NEED a backup, … Continue reading
Posted in Computer / Server, Software.
Tagged backup, BORG, data, deduplication, paranoia, PartedMagic, restore
Comments Off on BORG Backup — Deduplicating Archiver
PartedMagic — Booting ISO image from GRUB2 / openSUSE
Please note: this is not an excuse not to have a bootable USB-stick for true emergencies. This is just for convenience.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry 'Parted Magic 64' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' insmod loopback insmod iso9660 insmod udf set isofile="/pmagic/pmagic_2015_01_13.iso" loopback loop $isofile linux (loop)/pmagic/bzImage64 iso_filename=$isofile load_ramdisk=1 initrd (loop)/pmagic/initrd.img (loop)/pmagic/fu.img (loop)/pmagic/m64.img } |
File download On openSUSE (13.2), this file needs to be placed into “/etc/grub.d/”. After that run “yast2 bootloader” … Continue reading
Posted in Computer / Server
Tagged backup, boot, grub2, ISO, opensuse, PartedMagic
Comments Off on PartedMagic — Booting ISO image from GRUB2 / openSUSE
How long do SSD drives last — not long enough
Almost exactly 4 years ago I bought a 64GB SSD for my then much younger laptop. It is a “Super Talent FTM64GX25H”. Read transfer rates were about 130MB/s in my machine. How much is to be attributed to the SSD … Continue reading
Posted in Computer / Server
Tagged backup, computer, failure, harddisk, premature, SSD, stick, USB, Widlar, widlarization, widlarize
5 Comments