December 19, 2009

Script to create backups for several users

for i in `cat accountlist` ; do /scripts/pkgacct $i ; done


Note:

1)create a file called account list with account user name
2)run this command.
3)Backup will create on /home

No comments:

Post a Comment