Skip to content

Commit 21982d9

Browse files
committed
Using crontab add
1 parent a2d243b commit 21982d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/etc/bf/init.d/13-cron.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ use bf-s6
33
bf env load
44

55
# Append backup task to crontab
6-
def main [] { bf-s6 crontab append --min (random int 1..59 | into string) --hour "*/8" "pg-dump" }
6+
def main [] { bf-s6 crontab add --min (random int 1..59 | into string) --hour "*/8" "pg-dump" }

0 commit comments

Comments
 (0)