File: cron.daily

package info (click to toggle)
autopostgresqlbackup 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 184 kB
  • sloc: sh: 1,136; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

if [ -x /usr/sbin/autopostgresqlbackup ]; then
	/usr/sbin/autopostgresqlbackup
fi