cashmere

cashmere

rsync

Archive mode

-a

rsync -avz /home/cashmere/ /run/media/cashmere/games/fedora_home/

Erklärung:

Tipp: Vor dem ersten Lauf mit -n (dry-run) testen:

rsync -avzn /home/cashmere/ /run/media/cashmere/games/fedora_home/

Verbose mode

-v

dry-run

-n

Compress mode

-z

Move/Delete mode

--remove-source-files

Suggestions

  1. Run a dry run before just copying over, to check if its everything you really want to copy or if you have done a mistake while declaring your command.

Example commands

sudo rsync -az --info=progress2 /home/ /run/media/cashmere/games/fedora_home/

References

Using rsync for backups, because it's not shiny and new

How to backup your home directory in Linux - PragmaticLinux