Quoting Chris Kirby (chris.ki...@sun.com):
> If you have a snapshot named "p...@snap", this:
> # rmdir /pool/.zfs/snapshot/snap
> is equivalent to this:
> # zfs destroy p...@snap
>
> Similarly, this:
> # mkdir /pool/.zfs/snapshot/snap
> is equivalent to this:
> # zfs snapshot p...@snap
>
> This ca
Quoting dick hoogendijk (d...@nagual.nl):
> > Well, thats what i would expect too. It seems strange that you can't
> > edit or remove singular files from snapshots [...]
> That would make the snapshot not a snapshot anymore. There would be
> differences..
I'm well aware of that. You're replying t
Quoting A Darren Dunham (ddun...@taos.com):
> > i noticed rsync -removes- snapshots even though i am not able to do
> > so myself, even as root, with plain /bin/rm.
> I never liked this interface. I want snapshots to be immutable to
> operations within the filesystem itself.
Well, thats what i w
Hi!
I am new to zfs / opensolaris but getting the hang of it. :)
In my setup i have a large zpool called 'backup' which has zfs'es for
servers that i backup with rsync. I export those zfs'es via NFS to the
remote servers so i have easy access to the most recent backup and the
snapshots which i ma