fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:rsync [2026/03/22 15:26] – created gsyslinux:rsync [2026/03/22 16:22] (current) gsys
Line 2: Line 2:
  
 <code> <code>
 +rsync -aP user@10.1.1.50:/mnt/backup/web01 /srv/www/ 
 +rsync -aP /srv/www/ user@10.1.1.50:/mnt/backup/web01      # --archive --partial --progress 
 +rsync -azP /srv/www/ user@10.1.1.50:/mnt/backup/web01     # --archive --compress --partial --progress
 </code> </code>
linux/rsync.1774189568.txt.gz · Last modified: by gsys