8 lines
167 B
Bash
8 lines
167 B
Bash
#!/bin/sh
|
|
SRC="/var/lib/postgresql"
|
|
SNAPDIR=".snap/delta"
|
|
DEST="/var/backup/ceph/postgres"
|
|
|
|
[ -d "$DEST" ] || return 0
|
|
. /usr/libexec/caskd/btrfs/subvolume-delta-file
|