pull/48/merge
Felix Eckhofer 2015-09-20 16:38:30 +00:00
commit a5e2bfe001
1 changed files with 4 additions and 4 deletions

View File

@ -146,8 +146,8 @@ Retention policy:
/etc/cron.daily/btrbk:
#!/bin/bash
/usr/sbin/btrbk -c /etc/btrbk/btrbk-mylaptop.conf run
#!/bin/sh
exec /usr/sbin/btrbk -q -c /etc/btrbk/btrbk-mylaptop.conf run
- This will create snapshots on a daily basis:
@ -226,8 +226,8 @@ regular basis:
/etc/cron.daily/btrbk:
#!/bin/bash
/usr/sbin/btrbk run
#!/bin/sh
exec /usr/sbin/btrbk -q run
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