#
# vi: syntax=sh

STORAGE=disk
STORAGE_PATH=${servervardir}/backups

## Uncomment to split stored backups into 1MiB chunks
#SPLIT=1m
#SPLITMODE=bytes

## Uncomment to split stored backups into 1000-line chunks
#SPLIT=1000
#SPLITMODE=lines

## Uncomment to split stored backups into at most 1MiB chunks, 
## splitted at line boundary
#SPLIT=1m
#SPLITMODE=linebytes
