snapshots contain no data.
Ultima
ultima1252 at gmail.com
Mon Oct 23 19:19:27 UTC 2017
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 at 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 at 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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list