vchanger/README.md aktualisiert
This commit is contained in:
parent
5b24d725f9
commit
0be92470c7
@ -2,8 +2,7 @@
|
||||
|
||||
* Konfiguration kopieren und Verzeichnisse anlegen
|
||||
* ```cp -av etc/* /etc/```
|
||||
* ```DIR="/etc/vchanger" ; chown bacula:www-data $DIR -R```
|
||||
* ```DIR="/var/spool/vchanger/vchanger-1" ; mkdir -p $DIR ; chown bacula:www-data $DIR -R```
|
||||
* ```DIRS="/etc/vchanger /var/spool/vchanger/ /var/spool/vchanger/vchanger-1" ; for DIR in $DIRS; do mkdir $DIR; chmod a+rwx $DIR; chown bacula:www-data $DIR; done```
|
||||
|
||||
* Alias anlegen:
|
||||
* ``` echo "alias vchange='vchanger /etc/vchanger/vchanger-1.conf $1 $2 $3 $4 $5 $6 $7'" >> ~/.bashrc ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user