/etc/cron.d/debarchiver is in debarchiver 0.10.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #
# Regular cron jobs for the debarchiver package
#
# Run the archiver every five minutes.
*/5 * * * * debarchiver test -x /usr/bin/debarchiver && /usr/bin/debarchiver -so | logger -t debarchiver -p daemon.info
|