equal
deleted
inserted
replaced
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 |