5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/bash
|
|
### SSHD ###
|
|
mkdir -p "$BACKUPDIR"/ssh
|
|
$BACKUPCMD /etc/ssh "$BACKUPDIR"/ssh
|