I've read on the web that copies=2 affects only the files copied *after* I have 
changed the setting - does this mean I have to ...

bash$ cat /tmp/stupid.sh
cp "$1" /tmp/ || exit 1
rm "$1" || exit 1
cp /tmp/$(basename "$1") "$1" || exit 1

bash$ gfind /path/to/... -type f -exec /tmp/stupid.sh '{}' '\;'

Is there no better solution?
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to