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