Skip to content
Snippets Groups Projects
Commit efcf20fb authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fix --start-time.

The "start immediately if the previous backup took more than 24
hours" logic did not work since the flag file was never created.

* backup-repeatedly: Touch the $LASTSTART flag file when a backup run
  starts, so that the --start-time option can work as intended.
parent 317f1cbd
Branches
No related tags found
No related merge requests found
2007-08-09 Per Cederqvist <ceder@ryttargardskyrkan.se>
The "start immediately if the previous backup took more than 24
hours" logic did not work since the flag file was never created.
* backup-repeatedly: Touch the $LASTSTART flag file when a backup
run starts, so that the --start-time option can work as intended.
2007-08-07 Per Cederqvist <ceder@ryttargardskyrkan.se>
Improve the --start-time option.
......
......@@ -53,6 +53,8 @@ do
ctr=`expr $ctr + 1`
touch $LASTSTART
echo
echo Running all jobs. Repeat count: $ctr.
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment