greetings,
i want to sync my desktop home directory to my laptop home directory. i am using KDE for desktop.
a problem that i foresee is the different screens between the 2.
i synced using;
rsync -a -u -v -e ssh /home/geo geo@192.168.1.5:/home/geo.new
with intent of in laptop's /home;
mv geo geo.org mv geo.new geo
what files and directories in 'org' directory need to be copied to the 'new' directory so that i will maintain screen setup in laptop?
thanks in advance.