Comments on Management Of Backups With DAT Devices
Management Of Backups With DAT Devices I had the chance to use a DAT device (an old HP SuperStore DAT24) to make copy on tapes. I didn't want to install any new software to manage that task. This guide can be considered a first step to know how the thing can work. Then, everybody can customize it according to the personal needs.
1 Comment(s)
Add comment
Comments
By: Anonymous
Hi there,
you can use the ssh-copy-id command to copy your key to another server, allowing passwordless logins.
ssh-copy-id id_dsa.pub username@server
Anyway, thanks for the nice tutorial :)