NAME
etcvs - Simple configuration versioning system
VERSION
version 0.01
SYNOPSIS
etcvs [OPTIONS] COMMAND [ARGS]
Commands:
init
import FILE
restore FILE
COMMANDS
init
Initialize a new etcvs repository.
import
Import a file in the etcvs repository.
restore
Restore a configuration file from the etcvs repository.
EXAMPLE
Home configuration:
$ cd myconfig
$ etcvs init
$ etcvs import .vimrc
$ # make changes and git commit
$ etcvs restore .vimrc
System configuration:
$ cd sysconfig
$ etcvs init
$ etcvs import -p /etc fstab
$ # make changes and git commit
$ etcvs restore -p /etc fstab
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
SEE ALSO
LICENSE AND COPYRIGHT
Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.