aports/cron/backup-dovecot/hourly

8 lines
156 B
Plaintext
Raw Normal View History

#!/bin/sh
SRC="/var/mail"
2025-01-04 17:31:32 +00:00
SNAPDIR=".snap/delta"
DEST="/var/backup/ceph/dovecot"
2025-01-04 17:31:32 +00:00
[ -d "$DEST" ] || return 0
. /usr/libexec/caskd/btrfs/subvolume-delta-file