Changeset 38730


Ignore:
Timestamp:
2024-02-09T16:29:19+13:00 (4 months ago)
Author:
davidb
Message:

Addition info printed out; change in name of output dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/stravinsky-in-urbana/prepare/01-RCLONE-SYNC-BOX-FILES.sh

    r38729 r38730  
    11#!/bin/bash
    22
    3 rclone sync -v "box-stravinsky:KCPA Programs and Stravinsky Resources/KCPA Project, Stravinsky, Pulcinella, and Beyond (READ THIS)/Material That Can be put into Greenstone (Stravinsky Content)/" Stravinsky-Digitized-Content/.
     3echo ""
     4
     5echo "===="
     6echo "= Running rclone sync to UoI Box to sync file content collated for Greenstone DL"
     7echo "===="
     8echo ""
     9
     10
     11echo "----"
     12echo "- Started: $(date)"
     13echo "----"
     14echo ""
     15
     16rclone sync -v "box-stravinsky:KCPA Programs and Stravinsky Resources/KCPA Project, Stravinsky, Pulcinella, and Beyond (READ THIS)/Material That Can be put into Greenstone (Stravinsky Content)/" Collated-Content
    417       
     18
     19echo ""
     20echo "----"
     21echo "- Finished: $(date)"
     22echo "----"
Note: See TracChangeset for help on using the changeset viewer.