file system snapshots
HELIOS File System Test UB
HELIOS File System Test UB is a potential and easy to use tool which can test file server compatibility. more>>
HELIOS File System Test UB is a potential and easy to use tool which can test file server compatibility.
Every Macintosh user or system administrator can easily verify in a quick and reliable way if their file server is fully compatible with Mac OS X clients. The HELIOS File System Test can examine AFP, NFS, SMB/CIFS, and WebDAV network connections. The 11 tests check for the support of file sizes exceeding 4 GB, long file names, UTF-8 compatibility, correct file access rights, as well as the consistent use of file/directory IDs. If a server fails any tests, a detailed error message explains the issues.

Puft System Icons
Puft System Icons brings you an impressive and pleasant set of 81 icons that can be used to replace the entire Mac OS system icons. This icon set is a very pale white icon with very little constrast. more>> Puft System Icons brings you an impressive and pleasant set of 81 icons that can be used to replace the entire Mac OS system icons. This icon set is a very pale white icon with very little constrast.
Requirements: Mac OS X 10.0 or later.
System Apple Icons 1.0
113 System and folder replacement icons for your Mac. more>>
This definitive set of System Replacement Icons, System Apples , will be the . This definitive set of System Replacement Icons, System Apples , will be theLego System 1.0
Lego System - Crazy lego icons set more>>
All icons are aquafied and look their best in 128x128 at 32bit mode.
Completly freeware.
Uptime Snapshot 1.0
Uptime Snapshot - monitor your website performance and availability more>>
Add your tests at mon.itor.us website and view the latest state of real time monitored sites via Snapshot.

Solar System Icons 1
13 solar system icons inspired by objects in the Milky Way. more>>
13 solar system icons inspired by objects in the Milky Way. Contains the Sun, Moon, 8 planets, and 3 dwarf planets. Sized 512x512 for Leopard and above.
Too Red System Icons
Group of primarily red color System icons. more>>

Reverse System Icons
Reverse System is a set of 96 icons that replace your current boring System Folder icons with matching quality system icons more>> Reverse System is a set of 96 icons that replace your current boring System Folder icons with matching quality system icons.
System 7.0 or later.

Red Tab System Icons
Red Tab System is a set of 45 icons created to spice up the look of older Macintosh computers with little or no color monitors. A preview of a few of the icons is shown below more>> Red Tab System is a set of 45 icons created to spice up the look of older Macintosh computers with little or no color monitors. A preview of a few of the icons is shown below.
System 7.0 or later.
Sticker System Icons 1.0
Sticker System Icons - a beautiful icon collection that contains 65 indvidual icons more>>
So here are some digital stickers that you can use and re-position without ever having to reach for the goo-remover!

Paradise System Icons 1.0
Paradise System Icons are 10 impressive and unique icons made in heaven in gold and light blue color ranges about Angels and Paradise. more>> Paradise System Icons 1.0 are 10 impressive and unique icons "made in heaven" in gold and light blue color ranges about Angels and Paradise.
Enhancements: Initial release.
Requirements: Mac OS X 10.1 or later.
iSimple System Full 1.0
iSimple System Full - 84 iPod, Mac mini & other icons more>>
By:Dirceu Veiga
Icons in package: 84.
Apple System Profiler 2.1.2
Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support more>> Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you need technical support.
System 7.6 or later, Disk Copy 6.1 or later.
TimeToTicket snapshot 16
TimeToTicket snapshot is designed to be a comprehensible combination of the desktop with the power of the RedMine Project Management System so that is can help you quickly report your hours, no need to open your browser without having to open your browser. more>> <<less
PySnapshot 0.2.3
Backup script written in Python more>> Backup script written in Python
PySnapshot is a free and open source backup program that uses the principle of file system snapshots.
Snapshots are complete pictures of every file and directory as they exist at a given time. Backup programs that use snapshots usually try to conserve space on the backup media by creating hardlinks to files which have not changed from the previous snapshot.
PySnapshot does this using cps -l option (create hard links instead of copying). PySnapshot then uses rsync to bring the data in the current snapshot directory completely up to date relative to the live data being backed up.
Main features:
- robust error handling - try to imagine all the things that might go wrong and respond intelligently and gracefully to them
- excellent logging and notification - make every effort to notify when something does not go as planned (an error or failed backup should never go unnoticed)
- email notification and emailing of log to configured recipients (smtp authentication also supported)
- automation - ability to delete oldest snapshots in order to make space for the current snapshot (delete oldest up to a user-configurable number)
- good sanity checks - estimate the amount of disk space required for an operation before attempting it
- selective backup - a list of names or patterns of files/directories/paths may be provided in an exclude file which will be excluded from backup (and space calculations) See the sample exclude_file enclosed.
- signal handling - handle stop signals (SIGINT, SIGHUP, SIGTERM)
- awareness of previous state - ability to detect when previous backup runs have terminated unexpectedly
- configurable logging - "verbose" and "regular" logging
- flexibility - backup for Windows, Linux, UNIX, BSD machines
- ease of use - easy to configure, use and restore from, since there are no proprietary file formats and the backup mechanisms are simple
System requirements:
-
Enhancements
- Fixed bug that caused dirs mounted at / to not be detected or backed up. Fixed bug that emailed log even when no errors were present (future release will allow user to choose to send log or not with alwaysEmail flag). Better explained how to set email address that emails will be sent from. Improved logging of excluded files/dirs: if verbose is turned on, excluded files and dirs will be written to the log (instead of spewed to stdout).