nethserver:migrate

NAME

  NethServer::Migrate - NethServer Migration tools

FUNCTIONS

migrateDir($srcDir, $dstDir)
  Copy or Move $sourceDir contents to $destDir. Both directories must exist.
parseShadow($shadowFile)
  Read secret hashes from $shadowFile and returns a perl hash reference,
  indexed by user name. Each entry is a shadow structure; see man shadow(3).
parseGroup($groupFile)
  Read group database from $groupFile and returns a perl hash reference,
  indexed by group name. Each entry is a group entry structure; see man
  getgrnam(3) or <grp.h>.
perldoc NethServer::Migrate