lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: krajicek at ics.muni.cz (Ondrej Krajicek)
Subject: Imaging Operating Systems

> This is an interesting thread...  But out of curiosity, is it also possible to 
> do backup / restores using readily available linux tools? 
> I'd like to be able to do something like running dd over a network connection, 
> or tar, or whatever other tool.  In that case, a bootable CD is all you need.
> But I'm unsure how to do that...

Knoppix + tar + bzip2 + netcat, but beware... it is REALLY FAST :).
On slower lines (up to 100Mbit/s incl.), the line will be the bottleneck (98% avg. usage),
on faster ones (we tested on 1Gbit/s fiber optics ethernet and 2GBit/s Fiber
Channel) the ATA disks used on the client were the limiting
factor :).

on client/source: 
$tar c / | bzip2 -9 | nc server port

on server:
nc -l port | bunzip2 | tar x

Please note, that netcat has also UDP option. Using it this way
leads to having lost of fun... ;-)))).

Netcat is also available on Windows under CygWin. With Knoppix
able to mount NTFS read-only, this has some interesting-to-explore
implications... :).

Have a nice day...

Ondra

+>>>-----------------------------------------------------------------+
|Ondrej Krajicek                                                 (-KO|
|Institute of Computer Science, Masaryk University Brno, CR          |
|http://isildur.ics.muni.cz/~ondra               krajicek@....muni.cz|
+--------------------------------------------------------------------+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
Url : http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20040527/1d32b36b/attachment.bin

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ