Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Last active July 21, 2025 04:03
Show Gist options
  • 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 #rsync #cp #sync
# 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