Difference between pages "Rsync" and "DISTRIBUTIONS"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Redirected page to Distro-command-translations)
 
Line 1: Line 1:
Rsync helps you to keep two folders in sync. This is possible over the network or local.
+
#REDIRECT [[Distro-command-translations]]
 
 
Copy a folder from ''server'' to the current working directory:
 
rsync -avv --stats --progress --partial server:/srv/repos/isos/SLES9/i386/SP2 .
 
Copy a folder ''.VirtualBox'' to /root:
 
rsync -avv --stats --progress --partial .VirtualBox/ /root/.VirtualBox
 
 
 
[[Category:Command]]
 

Latest revision as of 05:54, 8 September 2012