We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d243b commit 21982d9Copy full SHA for 21982d9
overlay/etc/bf/init.d/13-cron.nu
@@ -3,4 +3,4 @@ use bf-s6
3
bf env load
4
5
# Append backup task to crontab
6
-def main [] { bf-s6 crontab append --min (random int 1..59 | into string) --hour "*/8" "pg-dump" }
+def main [] { bf-s6 crontab add --min (random int 1..59 | into string) --hour "*/8" "pg-dump" }
0 commit comments