4 lines
183 B
Bash
Executable File
4 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
echo rsync -avhx -@-1 --delete --progress "/tank/test/.zfs/snapshot/$1/" "/tank/target/"
|
|
rsync -avhx -@-1 --delete --progress "/tank/test/.zfs/snapshot/$1/" "/tank/target/"
|