1
0
Fork 0
zfs-test/bin/copy-snapshot/rsync-inplace

4 lines
203 B
Bash
Executable File

#!/bin/sh
echo rsync -avhx -@-1 --delete --inplace --progress "/tank/test/.zfs/snapshot/$1/" "/tank/target/"
rsync -avhx -@-1 --delete --inplace --progress "/tank/test/.zfs/snapshot/$1/" "/tank/target/"