1
0
zfs-test/bin/copy-snapshot/rsync-inplace-no-whole-file
2024-01-28 09:53:36 -08:00

4 lines
235 B
Bash
Executable File

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