summarylogtreecommitdiffstats
path: root/lb.cron
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit47b47d47bb5f7555b796a9ab4feb6924a7a9d946 (patch)
tree7e812bd3b4c4c8360bad245076f84fd6af566b8c /lb.cron
downloadaur-47b47d47bb5f7555b796a9ab4feb6924a7a9d946.tar.gz
Initial PKGBUILD status as of 28.11.2014
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