bacula/autofs/README.md

8 lines
337 B
Markdown
Raw Normal View History

2023-10-19 13:24:02 +00:00
## Installation:
* Autofs muss installiert sein:
2023-10-19 13:25:21 +00:00
* ```sudo apt install -y autofs smbclient cifs-utils```
2023-10-24 12:23:42 +00:00
* Verzeichnisse anlegen:
* ```DIRS="/mnt/vchanger /mnt/cifs" ; for DIR in $DIRS; do mkdir $DIR; chmod a+rwx $DIR; chown bacula:tape $DIR; done```
2023-10-19 13:31:20 +00:00
* Alle Dateien in autofs/etc/ nach /etc kopieren
* ```systemctl restart autofs```