Is there an officially supported way to only backup the account configuration (everything needed to recreate the account but not the homedir, MySQL databases, etc)?
If not, will these edits to /scripts/cpbackup perform the trick (we'd make a copy of it and edit/run the copy):
Code:Change: my $pkgacct = '/scripts/pkgacct'; To: my $pkgacct = '/scripts/pkgacct --skiphomedir';Code:Change: $ENV{'pkgacct-mysql'} = 'yes'; TO: $ENV{'pkgacct-mysql'} = 'no';



LinkBack URL
About LinkBacks
Reply With Quote






