Rsync folders on server

Rsync copies files from one location to another. 

rsync -rtv source/ destination/

-r: recursive
-t: copy time
-v: verbose

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.