Hi,
I have one script which is daily run and create the backup file, once the backup is complete i have run manually zip -re <filename> . This command will ask the password. i want once my script will complete the file which have created from backup it should be zip with password. I dont want to write password on script file. Or is there any faclity to put the encrypted password on script file. ?
I have one script which is daily run and create the backup file, once the backup is complete i have run manually zip -re <filename> . This command will ask the password. i want once my script will complete the file which have created from backup it should be zip with password. I dont want to write password on script file. Or is there any faclity to put the encrypted password on script file. ?