Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2009 19:18:41 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/mksnap_ffs Makefile mksnap_ffs.8 mksnap_ffs.c
Message-ID:  <200905291918.n4TJImGo091208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2009-05-29 19:18:41 UTC

  FreeBSD src repository

  Modified files:
    sbin/mksnap_ffs      Makefile mksnap_ffs.8 mksnap_ffs.c 
  Log:
  SVN rev 193051 on 2009-05-29 19:18:41Z by pjd
  
  - Move from mount(2) to nmount(2). This should allow to convert MNT_SNAPSHOT
    flag from a mount flag to FS-specific flag.
  - Simplify usage. Instead of 'mksnap_ffs /mnt/foo /mnt/foo/snap' allow to
    give only one argument: 'mksnap_ffs /mnt/foo/snap'. Old usage is also
    accepted for now.
  - Add an example of how to mount a snapshot.
  
  Revision  Changes    Path
  1.2       +5 -0      src/sbin/mksnap_ffs/Makefile
  1.5       +12 -9     src/sbin/mksnap_ffs/mksnap_ffs.8
  1.9       +37 -31    src/sbin/mksnap_ffs/mksnap_ffs.c



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