[ILUG] Autoloading DVD-R drives? Linux software for creating
DVD sets?
Pádraig Brady
P at draigBrady.com
Thu Oct 26 10:17:41 IST 2006
Conor Daly wrote:
> On Tue, Oct 24, 2006 at 03:15:06PM +0100 or so it is rumoured hereabouts,
> Pádraig Brady thought:
>
>>p.s. Here is my simple hard disk backup solution:
>>http://www.pixelbeat.org/systems/usb_backup/
>
>
> So how do you reassemble the files for restore?
>
> is it simply:
>
> cat ${base}1 ${base}2 ... | ungpg something | tar x
>
> or is there some more magic involved than that?
Oops sorry. I've updated the page with this info:
cat $dir/$base* | gpg --decrypt | gzip -dc | tar x
Pádraig.
More information about the ILUG
mailing list