Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 12:19:25 -0700
From:      Ultima <ultima1252@gmail.com>
To:        byrnejb@harte-lyne.ca
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: snapshots contain no data.
Message-ID:  <CANJ8om4_MnhLwJvY8v2fw1z3Mz6Q9zWki6quB8JLOSzUKKPh=Q@mail.gmail.com>
In-Reply-To: <809ce5c30945a6659ef1ab5ea592fb80.squirrel@webmail.harte-lyne.ca>
References:  <809ce5c30945a6659ef1ab5ea592fb80.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello James,

I'm not really sure what your expecting to see with ls, but I'll give you
some
tips and hopefully it will help.

If your interested in seeing all the snapshots, running "zfs list -t
snapshot"
will give you the list of all the snapshots, this can be piped into grep to
narrow
the list down. These snapshots can be mounted like so:
"mount -t zfs zroot@SNAPSHOT /mnt" replace SNAPSHOT with a actual
snapshot, in this case something like 2017-10-10_12.10.00--14d should work.

Hope this helps,
Richard Gallamore



On Mon, Oct 23, 2017 at 11:54 AM, James B. Byrne via freebsd-questions <
freebsd-questions@freebsd.org> wrote:

> I implemented snapshots on my desktop unit.  the zfs pool looks like
> this:
>
> zfs list
> NAME                 USED  AVAIL  REFER  MOUNTPOINT
> zroot               40.4G   851G    96K  /zroot
> zroot/ROOT          13.1G   851G    96K  none
> zroot/ROOT/default  13.1G   851G  9.14G  /
> zroot/tmp           76.4M   851G  2.56M  /tmp
> zroot/usr           26.9G   851G    96K  /usr
> zroot/usr/home      26.3G   851G  22.4G  /usr/home
> zroot/usr/ports      638M   851G   638M  /usr/ports
> zroot/usr/src         96K   851G    96K  /usr/src
> zroot/var            131M   851G    96K  /var
> zroot/var/audit       96K   851G    96K  /var/audit
> zroot/var/crash       96K   851G    96K  /var/crash
> zroot/var/log        118M   851G  2.60M  /var/log
> zroot/var/mail      1.29M   851G   120K  /var/mail
> zroot/var/tmp       11.3M   851G  5.45M  /var/tmp
>
> This is one of the snapshot commands I am issuing from cron:
>
> /usr/local/sbin/zfsnap snapshot -a 14d -s -S -r zroot
>
>
>
> But when I look in the snapshot directories I see no data.
>
> This is the result:
>
> ls -a /zroot/.zfs/snapshot/*14d
> /zroot/.zfs/snapshot/2017-10-10_11.10.00--14d:
> .       ..
>
> /zroot/.zfs/snapshot/2017-10-10_12.10.00--14d:
> .       ..
>  . . .
>
> /zroot/.zfs/snapshot/2017-10-23_14.10.00--14d:
> .       ..
>
>
> This is busy system and I have made many changes to the file system
> since starting this on October 10.  Why are there no snapshot
> references to changed files or where do I find them?
>
>
> --
> ***          e-Mail is NOT a SECURE channel          ***
>         Do NOT transmit sensitive data via e-Mail
>  Do NOT open attachments nor follow links sent by e-Mail
>
> James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
> Harte & Lyne Limited          http://www.harte-lyne.ca
> 9 Brockley Drive              vox: +1 905 561 1241
> Hamilton, Ontario             fax: +1 905 561 0757
> Canada  L8E 3C3
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANJ8om4_MnhLwJvY8v2fw1z3Mz6Q9zWki6quB8JLOSzUKKPh=Q>