# This configuration for afio almost works, but not quite. It makes the
# backup archives successfully; but when it restores or compares, it skips
# all files which it compressed when it made the archive. This is a bug in
# the -w option of afio. This was tested with afio version 2.4.1. There are
# more recent version of afio; if the bug has been fixed this should work.
# If the bug has not been fixed you can work around it by not using -w,
# except Paranoid Backup requires -w; or you can work around it by not using
# compression, like this: 'ArchiveProgram=afio -b 10240 -e 1'; or you can
# work around it by adding '.z' or '*' to the end of the file name when you
# want to compare or restore.
ArchiveProgram=afio -Z -b 10240 -e 1 -G 9
ArchiveOption_MakeArchive=-o
ArchiveOption_Restore=-ikv
ArchiveOption_Compare=-rkv
ArchiveOption_ArchiveIsStdInOrOut=-
ArchiveOption_FileListForRestoreOrCompare=-w
ArchiveOption_FileListForMakeArchive=<
ArchiveOption_IncludeCorruptedFiles=
ArchiveProgram_MaximumExitCode=1
ArchiveOption_List=-tv
BackupFileNameExtension=.afio
CFLoptions=
