Re: [arch-general] Ubunto to Arch complete data migration

2019-08-12 Thread David C. Rankin
On 08/12/2019 02:02 PM, Matt Zand via arch-general wrote: > I want to move all my files, localhost services like Apache configuration > and application (web server) files and folders from a Ubuntu laptop to > another brand new computer (Arch OS). > Whoa.. Before you just start moving things, make

Re: [arch-general] Ubunto to Arch complete data migration

2019-08-12 Thread Leandro Papi via arch-general
On Mon, 12 Aug 2019 at 21:58, Jens John wrote: > > On Mon, 12 Aug 2019, at 21:02, Matt Zand via arch-general wrote: > > 1- what is the easiest way to do this? > > rsync -aAXv --progress --human-readable $source $destination > > > 2- do I need to partition hard-drive of new PC exactly as old one? >

Re: [arch-general] Ubunto to Arch complete data migration

2019-08-12 Thread Jens John
On Mon, 12 Aug 2019, at 21:02, Matt Zand via arch-general wrote: > 1- what is the easiest way to do this? rsync -aAXv --progress --human-readable $source $destination > 2- do I need to partition hard-drive of new PC exactly as old one? No. > 3- will root and other user credentials stay the sam

[arch-general] Ubunto to Arch complete data migration

2019-08-12 Thread Matt Zand via arch-general
I want to move all my files, localhost services like Apache configuration and application (web server) files and folders from a Ubuntu laptop to another brand new computer (Arch OS). My questions 1- what is the easiest way to do this? 2- do I need to partition hard-drive of new PC exactly as old o