Skip to content

Instantly share code, notes, and snippets.

@obar1
Created July 6, 2024 08:55
Show Gist options
  • Save obar1/e24b2aa628cbd95ef001403f81ec3d7f to your computer and use it in GitHub Desktop.
Save obar1/e24b2aa628cbd95ef001403f81ec3d7f to your computer and use it in GitHub Desktop.
rsync wsl2 to dropbox
rsync -avz --exclude='.git/' --exclude='.venv/' --exclude='__pycache__' --exclude='.pytest_cache' ./kb.oreilly.git/ /mnt/c/Users/mario/Dropbox/kb.oreilly.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment