mer. 19 août 2026 13:18:09 CEST
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
sed -i -e "s#your_username#$PGSQL_USER#" \
|
||||
-e "s#your_password#$PGSQL_PASS#" \
|
||||
-e "s#your_hostname#$PGSQL_HOST#" \
|
||||
/backup.sh
|
||||
|
||||
while true;
|
||||
do
|
||||
/backup.sh
|
||||
sleep 172800;
|
||||
done
|
||||
Reference in New Issue
Block a user