mirror of https://github.com/digint/btrbk
documentation: cron examples: use system's default shell
parent
dd6104339e
commit
411165dd39
|
@ -146,7 +146,7 @@ Retention policy:
|
|||
|
||||
/etc/cron.daily/btrbk:
|
||||
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
/usr/sbin/btrbk -c /etc/btrbk/btrbk-mylaptop.conf run
|
||||
|
||||
|
||||
|
@ -226,7 +226,7 @@ regular basis:
|
|||
|
||||
/etc/cron.daily/btrbk:
|
||||
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
/usr/sbin/btrbk run
|
||||
|
||||
Note that you can run btrbk more than once a day, e.g. by creating the
|
||||
|
|
Loading…
Reference in New Issue