Usually the Gentoo distribution is being upgraded by two simple emerge commands. Emerge is part of Portage which is the packet system of Gentoo. The commands to upgrade your Gentoo system are: user@GentooBox ~# emerge –sync This will sync your local machine with the gentoo server that you have set in /etc/make.conf user@GentooBox ~# emerge […]
Tag: sync
Synchronizing content using rsync
This tutorial will show guide you how to synchronize content using rsync. It’s very simple. Just login the server you will copy the data from and execute the following command: rsync -ravzl [current directory] -e ssh [username]@[IP of destination server]:[Full path to destination] when you change the needed things it should look like this: rsync […]