File: README.Debian

package info (click to toggle)
backupninja 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 964 kB
  • sloc: sh: 1,655; makefile: 230
file content (13 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Backupninja in Debian
=====================

1. Scheduling
-------------

This package installs a cron job which executes backupninja every hour, on the
hour. To disable this package-managed cron job, a dpkg diversion may be used:

    dpkg-divert --add --rename --divert /etc/cron.d/backupninja.disabled /etc/cron.d/backupninja

With this diversion in place, upgrading or reinstalling the package will not
re-enable the default cron job.