Sorry, I forgot to mention. This is for Incremental Snapshots
On Fri, Feb 18, 2011 at 4:00 PM, Rahul Deb wrote:
> Hi All,
>
> I have two text files:
>
> 1. *snap_prev.txt:* This one lists the name of the immediate previous
> snapshots of the 100 zfs file systems. O
Hi All,
I have two text files:
1. *snap_prev.txt:* This one lists the name of the immediate previous
snapshots of the 100 zfs file systems. One per line.
2. *snap_latest.txt:* This one contains the name of the corresponding latest
snapshots of those 100 zfs file systems. One per line.
Is it pos
1, 2011 at 5:05 PM, Eric D. Mudama wrote:
> On Tue, Feb 1 at 10:54, Rahul Deb wrote:
>
>> Hello All,
>> I have two questions related to "zfs snapshot -r"
>> 1. When "zfs snapshot -r tank@today" command is issued, does it creates
>> snapshots f
Hello All,
I have two questions related to "zfs snapshot -r"
1. When "zfs snapshot -r tank@today" command is issued, does it creates
snapshots for all the descendent file systems at the same moment? I mean to
say if the command is issued at 10:20:35 PM, does the creation time of all
the snapshots
created filesystems under that pool.
So incremental send/recv will not work.
On Mon, Jan 24, 2011 at 3:34 PM, Ian Collins wrote:
> On 01/25/11 12:30 PM, Rahul Deb wrote:
>
> There is only one pool and hundreds of zfs file systems under that
> pool. New file systems are getting create
1 229G 34K 229G 1% /tank/dir1*
* tank/dir1/dir2/dir3 229G 31K 229G 1% /tank/dir1/dir2/dir3*
* #*
On Mon, Jan 24, 2011 at 7:02 PM, Richard Elling wrote:
> comment below...
>
> On Jan 24, 2011, at 1:58 PM, Rahul Deb wrote:
>
> I have a pool "tank&quo
There is only one pool and hundreds of zfs file systems under that
pool. New file systems are getting created on the fly.
Is it possible to automate zfs incremental send/recv in this scenario?
My assumption is negative as incremental send/recv needs a full
snapshot to be sent first before startin
I have a pool "tank" and "dir1" is the filesystem on that pool. "zfs list"
and "df -h" both shows "tank/dir1" mounted.
*-*
*# zfs list*
*tank 124K 228G32K /tank*
*tank/dir1 31K 228G31K /tank/dir1*
*#*
*