[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: encrypted Unix backup software




VaX#n8 writes:
> Although I could probably hack up "catblock" to do the job, and use
> a line of the form
> dump -0uBf ... | symmetric_cipher | catblock blockfactor > /dev/tape
> if there exists something which already does this job, or something like it,
> I'd like to know.

dd is the program you are looking for.

Perry