/usr/share/vbackup/samples/sample.x509 is in vbackup 1.0.1-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 16 | # Sample x509 configuration file
#
# $Id$
#
# The file or directory to compress
# This is relative to DESTDIR0. If it's empty or / then the whole DESTDIR0
# will be encrypted
SOURCE=""
# The output file (required)
# It can be absolute, or relative to DESTDIR0
#DESTFILE=
# The certificate file to use for encryption (required)
#CERTFILE=/path/to/certificate.crt
|