mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
281b573717
by mount(8). It can maintain hourly, daily and weekly snap- shots while trying to minimize the disk space occupied. The snapshots created are labeled with their creation time, and users can create them manually. The major advantage over sysutils/freebsd-snapshot is that it uses hardlink to save diskspace, mark each snapshot with its creation time and calculates redundancy in a smart way. WWW: http://www.cs.nctu.edu.tw/ PR: ports/112482 Submitted by: Wu Chin-Hao <wchunhao at cs.nctu.edu.tw>
12 lines
485 B
Plaintext
12 lines
485 B
Plaintext
snap is a tool for the management of UFS2 snapshots created
|
|
by mount(8). It can maintain hourly, daily and weekly snap-
|
|
shots while trying to minimize the disk space occupied. The
|
|
snapshots created are labeled with their creation time, and
|
|
users can create them manually.
|
|
|
|
The major advantage over sysutils/freebsd-snapshot is that
|
|
it uses hardlink to save diskspace, mark each snapshot with
|
|
its creation time and calculates redundancy in a smart way.
|
|
|
|
WWW: http://www.cs.nctu.edu.tw/
|