chg-dvd
changeset 2 65435559b871
parent 1 9ad11b145ca0
equal deleted inserted replaced
1:9ad11b145ca0 2:65435559b871
    14 # 2) mount <DEVICE> <MOUNTPOINT>
    14 # 2) mount <DEVICE> <MOUNTPOINT>
    15 # 3) mkdir <MOUNTPOINT>/data
    15 # 3) mkdir <MOUNTPOINT>/data
    16 # 4) umount
    16 # 4) umount
    17 #
    17 #
    18 # ## amanda.conf:
    18 # ## amanda.conf:
    19 # changerdev=<your dvd-ram>
    19 # tpchanger="<PATH>/chg-dvd"		e.g.: /usr/local/lib/chg-dvd
    20 # tapedev=file:<mountpoint>
    20 # changerdev=<your dvd-ram device>	e.g.: /dev/hda
       
    21 # tapedev=file:<mountpoint>		e.g.: /amnt
    21 #
    22 #
    22 # ## sudoers.conf
    23 # ## sudoers.conf
    23 # backup  ALL = (root) NOPASSWD: /bin/mount, /bin/umount, /usr/bin/eject
    24 # backup  ALL = (root) NOPASSWD: /bin/mount, /bin/umount, /usr/bin/eject
    24 #
    25 #
    25 # ## and the above mentioned commands
    26 # ## and the above mentioned commands