8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
#!/bin/bash
|
||
|
### IRC Server ###
|
||
|
$BACKUPCMD /etc/unrealircd/ "$BACKUPDIR"/unrealircd
|
||
|
$BACKUPCMD /etc/anope/ "$BACKUPDIR"/anope
|
||
|
cp /opt/anope/data/anope.db "$BACKUPDIR"
|
||
|
|
||
|
|