mer. 19 août 2026 13:18:09 CEST

This commit is contained in:
EmilCh
2026-08-19 13:18:09 +02:00
commit 4825fdb38f
6 changed files with 84 additions and 0 deletions
+11
View File
@@ -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