diff options
author | Anthony Wang | 2021-05-20 20:14:06 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-20 20:14:06 -0500 |
commit | 6eeb232be3822ca26e233a20cedffb1b59451342 (patch) | |
tree | 9f4bc4d399bcae4d28661f2e054193b384bb4f68 | |
parent | f16c679ca2cdf2d122f28738638590cc72d6a918 (diff) |
Update rclone commands
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -10,6 +10,8 @@ *.doc *.png *.zip +*.html +hbase # Byte-compiled / optimized / DLL files __pycache__/ @@ -14,9 +14,9 @@ You should download it before contests since you technically can't use the inter ### rclone -You can copy the Google Drive folder to your computer with `rclone copy "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" . -P`. +You can copy the Google Drive folder to your computer with `rclone copy "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" . --exclude="General/Hyperphysics English.zip" -P`. -You can copy your files to the Google Drive with `rclone copy . "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" --exclude="astropy/**" --exclude=".git/**" --exclude=".venv/**" -P`. +You can copy your files to the Google Drive with `rclone copy . "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" --exclude="astropy/**" --exclude=".git/**" --exclude=".venv/**" --exclude="General/hbase/**" -P`. ## Kiwix |