snapshot is a set of Perl scripts for creating, accessing, and managing a repository of directory snapshots. Multiple snapshots of a directory can exist in a repository representing the state of that directory at different times. A snapshot repository can be local or remote, with remote servers accessed using SSH.
avoid Mac OS X as server I tried using a Mac OS 10.2 machine as a repository for snapshots. The more snapshots were stored on disk the longer the Mac took to boot. fsck took around a half hour an...
Re: inclusion and exclusion problem > Line 368 in snap-snapshot is > > my $directory = (@_); > > and should be > > my ($directory)=@_; > > the current vers...
Re: The difference > I have been using this tool: > http://freshmeat.net/projects/dirvish/ > > For about 2 months now and I am VERY > happy with it. > > How does this...
stability Unless someone reports some bugs soon I'm going to flip the project development status from "beta" to "mature/stable".