Open allanjude opened 7 years ago
The grep command used like this:
# since the snap was matched, let's not waste our time searching for # it again zfs_source_snaps=$(echo "$zfs_source_snaps" | grep -v "$src_snap")
should use -x
else, removing a snapshot named @foo1 from the list, will also remove @foo11 and likely cause problems
The grep command used like this:
should use -x
else, removing a snapshot named @foo1 from the list, will also remove @foo11 and likely cause problems