summarylogtreecommitdiffstats
path: root/lb.cron
blob: 4ef100b6c3737a8a15269031c21acaec72d77679 (plain)
1
2
3
4
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