diff --git a/syncoid b/syncoid index b83003c..5dc35f2 100755 --- a/syncoid +++ b/syncoid @@ -547,7 +547,7 @@ sub getsnaps() { if ($rhost ne '') { $rhost = "$sshcmd $rhost"; } - my $getsnapcmd = "$rhost $zfscmd get -Hpr creation $fs |"; + my $getsnapcmd = "$rhost $zfscmd get -Hpd 1 creation $fs |"; if ($debug) { print "DEBUG: getting list of snapshots on $fs...\n"; } open FH, $getsnapcmd; my @rawsnaps = ;