You should use tar. Tar = Tape Archiver. It is meant to dump data from *nix to tape.
tar -cvf /dev/nst0 dir_to_backup
this will "c"reate with "v"erbose display on "f"ile_destination /dev/nst0 (1st tape device usually seen) dir or file/s to backup.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.