diff options
author | Anthony Wang | 2021-05-20 18:51:07 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-20 18:51:07 -0500 |
commit | f16c679ca2cdf2d122f28738638590cc72d6a918 (patch) | |
tree | e60721578f0e2d8d1ab05656b313f4c8f362da11 | |
parent | 49d0b82c2ab97af4d5175850feca79cdf2a6fd6c (diff) |
Remove Astro 2019 from GDrive folder
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ 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" . --exclude="Astro 2019/**" -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" . -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`. |