mirror of https://github.com/digint/btrbk
Merge 2ba22453de
into dd6104339e
commit
a5e2bfe001
|
@ -146,8 +146,8 @@ Retention policy:
|
||||||
|
|
||||||
/etc/cron.daily/btrbk:
|
/etc/cron.daily/btrbk:
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
/usr/sbin/btrbk -c /etc/btrbk/btrbk-mylaptop.conf run
|
exec /usr/sbin/btrbk -q -c /etc/btrbk/btrbk-mylaptop.conf run
|
||||||
|
|
||||||
|
|
||||||
- This will create snapshots on a daily basis:
|
- This will create snapshots on a daily basis:
|
||||||
|
@ -226,8 +226,8 @@ regular basis:
|
||||||
|
|
||||||
/etc/cron.daily/btrbk:
|
/etc/cron.daily/btrbk:
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
/usr/sbin/btrbk run
|
exec /usr/sbin/btrbk -q run
|
||||||
|
|
||||||
Note that you can run btrbk more than once a day, e.g. by creating the
|
Note that you can run btrbk more than once a day, e.g. by creating the
|
||||||
above script in `/etc/cron.hourly/btrbk`, or by calling `sudo btrbk
|
above script in `/etc/cron.hourly/btrbk`, or by calling `sudo btrbk
|
||||||
|
|
Loading…
Reference in New Issue