summarylogtreecommitdiffstats
path: root/lb.cron
diff options
context:
space:
mode:
Diffstat (limited to 'lb.cron')
-rwxr-xr-xlb.cron5
1 files changed, 5 insertions, 0 deletions
diff --git a/lb.cron b/lb.cron
new file mode 100755
index 000000000000..4ef100b6c373
--- /dev/null
+++ b/lb.cron
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/bin/lb ]; then
+ nice -n 19 /usr/lib/lb --lock --ssh-C --numeric-ids --exclude /etc/lb.exclude / root@machine:/destination
+fi