I have in my old laptop a dual boot setup of windows11 and zorin os. But I am interested in switching Zorin to OpenSUSE tumvleweed. How can I safely do it without losing the data?

  • @kylian0087
    link
    11 year ago

    To add to this. You can use a tool like rsync for this. rsync -aAxv /home/username /destination/

    This will copy over youthome folder to rhe destination (network share,USB,External drive etc)

    Then reinstalland and do it in reverse.