2 if [ -z "`getent group amanda`" ]; then
5 if [ -z "`getent passwd amanda`" ]; then
6 useradd -u 112 -g amanda -G storage,disk -m -d /var/amanda -s /bin/bash -c "Amanda Backup Daemon" amanda
9 amanda: Visit the Amanda wiki to configure your backup sets:"
10 amanda: http://wiki.zmanda.com/index.php/Quick_start#Configuring_the_backup_server"
11 amanda: Examples are in /etc/amanda/examples/
13 amanda: The daemon is run by xinetd so restart xinetd to start the daemon listening for connections.
22 userdel amanda &> /dev/null
23 groupdel amanda &> /dev/null