Hey everyone, I hope all is well with you. Im working on this huge project with automating backups to a network attached storage. I was able to write a script by testing and adding certain several commands. . Im stuck right now with assigning a password to an encrypted sparsebundle. The sparsebundle is encrypted but it asks me to issue a password to it when created. I need to be able to assign that password but bypass the prompts for it. For example, somehow write the password in the command so that it doesn't ask me to enter one. These passwords need to be unique for every user. The way the script works is that it connects to our NAS server, creates an encrypted sparsebundle on the NAS folder, mounts the sparesebundle to /Volumes, and uses that as a time machine backup destination. I would like to assign each user their own password for the sparsebundle. Also, I need the user to not have to manually enter that password themselves.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.