5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
DAT=$(date "+%u")
|
|
scp /root/sauvegarde/gsbvisite-$DAT.sql.gz root@ppe21:/root
|
|
|