Blueprint
From Blue-IT.org Wiki
TODO
Please do not use this yet !!! --Apos (talk) 10:15, 4 January 2014 (CET)
Compile a deb with
# make a debian package of blueprint sudo checkinstall make install
On the first system
- install y-ppa-manager: apt-add-repository ppa:webupd8team/y-ppa-manager
- BACKUP your ppa with y-ppa-manager
- check if all ppa are enabled, if not reenable with y-ppa-manager
- check if all ppa SIGs are OK, if not reenable with y-ppa-manager
- install apt-clone:
- BACKUP PACKAGES: apt-clone clone --with-dpkg-repack my_machine_name
git config --global user.email "you@example.com" git config --global user.email "you@example.com" blueprint create NAME_OF_BLUEPRINT blueprint show -S NAME_OF_BLUEPRINT
On the second system
- install y-ppa-manager: apt-add-repository ppa:webupd8team/y-ppa-manager
- REPLAY your ppa with y-ppa-manager
- RESTORE PACKAGES: apt-clone restore my_machine_name.apt-clone-tar.gz
apt-get install git
git config --global user.email "you@example.com" git config --global user.email "you@example.com" blueprint apply NAME_OF_BLUEPRINT # OR NAME_OF_BLUEPRINT(name_of_blueprint.sh