# NAME cpanbaker - backup your cpan module files. # OPTIONS $ cpanbaker [options] [filename] --sudo use sudo to backup files. --exclude part,... don't backup ... --include part,... include ... --dry dry run. do not archive files. --installed get installed module list. -l file, --log file specify log file. --skip-pods skip pod files. --skip-manpages skip manpage files. -v, --verbose verbose message -vv very verbose message -z, --gz gzip compress -d debug mode. -h show help messages # USAGE To backup: $ cpanbaker To backup with gzip compression: $ cpanbaker -z To backup with gzip compression and specify a filename: $ cpanbaker -z blah.tar.gz To backup in dry-run mode: $ cpanbaker --dry With sudo (root permission): $ cpanbaker --sudo To exclude perlbrew stuff: $ cpanbaker --exclude=perlbrew To exclude minicpan stuff: $ cpanbaker --exclude=minicpan To exclude minicpan and perlbrew: $ cpanbaker --exclude=perlbrew,minicpan Verbose mode: $ cpanbaker -v Very verbose mode: $ cpanbaker -vv Debug mode: $ cpanbaker -d