Posted on 04-17-2015 02:28 AM
Does any god have good Idea
I gonna set timemachine in our company by casper manager profile (around 100 users)
And the data store in afp://server-mp/backups and the server-mp installed server.app
now my question.
DOES ANY PEOPLE have good idea how to apply the timemachine setting to the managed client
I tried via manager profile but which not very stable, Sometime when i try to update the setting which can't effect
And how to apply the time machine setting to Macbook air. As the macbook air didn't have connection at start up so that the timemachine profile setting can't effect
There mush someone run the same enviroment as me
Please help!!!!!
Solved! Go to Solution.
Posted on 04-22-2015 06:22 PM
@davidacland
Hi david
I user cocoadialog solved my problem
Thanks
Posted on 04-17-2015 03:22 AM
Hi,
You can configure this using the tmutil command line set to run once as a policy.
Look up man tmutil
in the terminal for more info.
Posted on 04-22-2015 03:22 AM
@davidacland
Hi Can you please help me for that
sudo tmutil setdestination afp://$curuser:$PASSWORD@SERVER-MP.oocl.com/Backups
Do you have any idea to get the PASSWORD variable of local user?
Posted on 04-22-2015 04:07 AM
I think ideally you wouldn't store the password in there as it would be readable in clear text.
You could either use kerberos authentication or possibly save the password in the keychain. For the second option you would need to have the user enter the password, unless you already know it?
Posted on 04-22-2015 04:45 AM
@davidacland
Hi David
I am trying to let the end user to enter the password in prompt up screen
But i really dont know how to do it.
for the destination which need AD credential so that the BACKUP data can own by theirselves
TKS
Posted on 04-22-2015 05:22 AM
When the backup first tries to run, does it prompt for the users password?
Posted on 04-22-2015 07:25 AM
@davidacland no, nothing prompt
Posted on 04-22-2015 06:22 PM
@davidacland
Hi david
I user cocoadialog solved my problem
Thanks