https://github.com/cytopia/freebsd-tools
[sh] FreeBSD script collection
https://github.com/cytopia/freebsd-tools
Last synced: 5 months ago
JSON representation
[sh] FreeBSD script collection
- Host: GitHub
- URL: https://github.com/cytopia/freebsd-tools
- Owner: cytopia
- Created: 2012-11-05T13:20:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T14:03:14.000Z (about 9 years ago)
- Last Synced: 2024-12-30T15:07:51.751Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeBSD tools collection
## hdd-temp
FreeBSD tool to trigger the temperature of all attached hdd's
Data is presented in a nice colorized way (green, yellow and red)**Requirements:**
* smartctl (sysutils/smartmontools)
* must be run as root## create-jail
FreeBSD tool to create a jail on non-zfs systems easily
**Requirements:**
* /usr/src must be compiled
* must be run as root## zfs-snapshot
An automated zfs snapshot creation script, Ideally used for cron.
Let's you specify which zfs filesystem to snapshot and also how many old snapshots to keep.**Requirements:**
* ZFS ;-)