Hello,
OS RedHat 8.0
I am having trouble creating a backup to tape when I try to overwrite files on the tape. Example:
first I created an archive:
tar cvf /dev/nst0 filelist
next I append more files to the archive:
mt -f /dev/nst0 rewind
mt -f /dev/nst0 fsf 1
tar cvf /dev/nst0 filelist
so...
I have several pages set up for authorized users only. I write the user name and their password to a MySQL database. Everything works fine except I am not encryting anything. How do I do this?
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.