4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
DAT=$(date "+%u")
|
|
scp /root/sauvegarde/bdgsb-$DAT.sql.tgz root@ppe25:/root
|