Skip to content

Instantly share code, notes, and snippets.

@JonasGao
Created April 19, 2024 03:48
Show Gist options
  • Save JonasGao/ed8bd28e729c5cb8f87e5d9b87b31e5d to your computer and use it in GitHub Desktop.
Save JonasGao/ed8bd28e729c5cb8f87e5d9b87b31e5d to your computer and use it in GitHub Desktop.
#!/bin/bash
rsync -avzh --progress --stats some_file_dir/ demo@127.0.0.1:/data/some_file_dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment