mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
Add "backupnow" helper script.
This commit is contained in:
parent
9e239cc466
commit
afb015425e
6
docker/src/helper_scripts/backupnow
Normal file
6
docker/src/helper_scripts/backupnow
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
lastrunfile="/tmp/pbs_client_lastrun"
|
||||
touch "$lastrunfile"
|
||||
/etc/s6-overlay/s6-rc.d/backup/run_include
|
Loading…
Reference in New Issue
Block a user