7 lines
73 B
Bash
7 lines
73 B
Bash
|
#!/bin/sh
|
||
|
cd /home/backe123
|
||
|
rm *.cpt *.gpg
|
||
|
./backup.pl 2>&1 >> logback
|
||
|
|
||
|
|