"Cassian Luppu" <cassian.luppu@xxxxxxxxx> writes: > Should I cp -r /home/user or mv /home/user to /backup > I guess that it's "mv" right? My procedure is pretty much just this: $ mkdir /old-system $ mv /* /old-system After you finish restoring the stuff you need, delete whatever's left. It should be just the old OS files.