Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created March 10, 2024 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goooooouwa/39785f48a942fbaf474be405f2164356 to your computer and use it in GitHub Desktop.
Save goooooouwa/39785f48a942fbaf474be405f2164356 to your computer and use it in GitHub Desktop.
Rsync & CP sync local folders
# copy --archive --recursive --update-only --verbose
cp -aRuv /from/local/* /to/local/
# --archive --progress --partial
rsync -aP /from/local/* /to/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment