source: gs3-installations/computing50/trunk/sites/computing50/collect/celebrating-50-years/prepare/01-DOWNLOAD-IMAGES.sh

Last change on this file was 37507, checked in by davidb, 14 months ago

Tweaks after testing

  • Property svn:executable set to *
File size: 749 bytes
Line 
1#!/bin/bash
2
3
4# rclone lsd "gdrive-cms:Communications Strategy/50th anniversary planning/photos/"
5
6echo "Syncing Shirts-20230216T014432Z-001.zip"
7rclone sync -P "gdrive-cms:Communications Strategy/50th anniversary planning/photos/Shirts-20230216T014432Z-001.zip" .
8
9rclone sync -P "gdrive-cms:Communications Strategy/50th anniversary planning/photos/Lab manuals-20230216T010735Z-001.zip" .
10
11
12rclone sync -P "gdrive-cms:Communications Strategy/50th anniversary planning/photos/DesignShow" design-show
13
14rclone sync -P "gdrive-cms:Communications Strategy/50th anniversary planning/photos/photos from Phil" photos-from-phil
15
16rclone sync -P "gdrive-cms:Communications Strategy/50th anniversary planning/photos/photo contributions" photo-contributions
17
18
19
Note: See TracBrowser for help on using the repository browser.