/usr/share/vbackup/samples/sample.mbr is in vbackup 0.1.9-1.
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 6 7 8 9 10 11 12 13 14 15 | # Sample "mbr" configuration file
#
# $Id: sample.pgsql 1421 2008-01-04 17:01:13Z v13 $
#
# A space separated list of disks to backup
# Disk names must not include the /dev/ prefix (ex: sda sdb sdc)
# Leave it empty for auto-detect
DISKS=""
# The destination directory (required)
DESTDIR="mbr/"
# The destination filename
DESTFILE="mbrs"
|