I'm very new to amanda-backup and also linux
I'm looking for the amanda-backup setting
https://www.howtoforge.com/centralized-backup-server-with-amanda-on-centos
I saw the "tape(?)" setting in this tutorial
- Create tape list:
touch /etc/amanda/intra/tapelist chown –R amanda:disk /etc/amanda/intra
- Create slots (virtual tapes):
su - amanda cd /backup/intra/slots for ((i=1; $i<=15; i++)); do mkdir slot$i; done ln -s slot1 data
- Test virtual tapes:
/usr/sbin/ammt -f file:/backup/intra/slots status
I guess my linux server does not have Tape thing
is take can be replace with file-server(NAS)??
if it is do I have to change the configuration of tape?