Port details |
- zfs-periodic Simple way of maintaining zfs snapshots using the periodic system
- 1.0.20130213 filesystems
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: peter@pean.org
- Port Added: 2024-11-07 19:52:55
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- Also Listed In: sysutils
- License: not specified in port
- WWW:
- https://github.com/ross/zfs-periodic
- Description:
- Scripts that uses the periodic system to create and manage zfs
snapshots. Easily configured via /etc/periodic.conf
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zfs-periodic>0:filesystems/zfs-periodic
- To install the port:
- cd /usr/ports/filesystems/zfs-periodic/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/zfs-periodic
- pkg install zfs-periodic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zfs-periodic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730905184
SHA256 (ross-zfs-periodic-1.0.20130213-a481121_GH0.tar.gz) = e0d12bb3ff466e3aaabd09c2b9685b5e5ee5f91e0d62126c05ba33c60a7b9a9b
SIZE (ross-zfs-periodic-1.0.20130213-a481121_GH0.tar.gz) = 2527
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_zfs-periodic
- pkg-message:
- For install:
- In order to enable periodic snapshots you need
to add these lines to your /etc/periodic.conf
hourly_output="root"
hourly_show_success="NO"
hourly_show_info="YES"
hourly_show_badconfig="NO"
hourly_zfs_snapshot_enable="YES"
hourly_zfs_snapshot_pools="tank"
hourly_zfs_snapshot_keep=6
daily_zfs_snapshot_enable="YES"
daily_zfs_snapshot_pools="tank"
daily_zfs_snapshot_keep=7
weekly_zfs_snapshot_enable="YES"
weekly_zfs_snapshot_pools="tank"
weekly_zfs_snapshot_keep=5
monthly_zfs_snapshot_enable="YES"
monthly_zfs_snapshot_pools="tank"
monthly_zfs_snapshot_keep=2
To get hourly snapshots you also need to add
something like this to /etc/crontab:
2 * * * * root periodic hourly
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.20130213 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
Number of commits found: 1
|