DownSync the Folders

Check the directories(source-destination)
Check the directories(target-destination)

  • First, take a backup of the destionation files with.
    -zip -r files ‘folder name put date) ‘the folder’s name’
  • First, take a backup of the source files with.
    -zip -r files ‘folder name put date) ‘the folder’s name’

  • Rsync -avc  source path /. Space / target path/

Make sure to replace “folder name”.

Scroll to Top