summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.backup_dhcpleases.sh
blob: 7a8e7419de672574682b0eb44b78d92c3f9a1ca7 (plain)
1
2
3
4
5
6
#!/bin/sh

# Save the DHCP lease database to the config path.
if [ -d "/var/dhcpd/var/db" ]; then
	cd / && tar -czf /cf/conf/dhcpleases.tgz -C / var/dhcpd/var/db/
fi
OpenPOWER on IntegriCloud