A project focused on providing a dependable migration experience to the enterprise. This application is mainly focused on providing similair functionality that of Apple's own Migration Assistant.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Use Mac Admins have requested for an enterprise type of Migration Assistant from Apple for many years. They have continued to provide no movement on this subject. So alectrona developed a solution called migrator. They also presented this during JNUC21, which is where this project began to form. This project uses alectrona's thoughts and processes and provides a nice UI on top. Native API calls are performed where possible.
- Swift
To come soon
- macOS 11.0+
To come soon
To come soon
- [] Migrate from a user who doesn't currently exist on current device.
- [] Migrate from a backup
- [] backup to a USB/HDD
Contributions are what make the open source community such an amazing place to learn, inspure, and create. Any contributions you make are greatly apprivated
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a sat! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)- Squashing a bug? (
git checkout -b feature/bugfix-ISSUE#
)
- Squashing a bug? (
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
To come soon
To come soon
- alectrona/migrator - Without their hard work and presentation, this project wouldn't have been thought of.
- Woody's Blog Post - Without his guide on Privileged helper and making it so easy I would still be banging my head against the wall.