Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a01c67759
|
|||
a45b2cfc60
|
@@ -14,12 +14,13 @@ secret_access_key = $MINIO_APPLICATION_KEY
|
||||
endpoint = $MINIO_ENDPOINT
|
||||
region = $MINIO_LOCATION
|
||||
acl = private
|
||||
no_check_bucket = true
|
||||
EOF
|
||||
|
||||
case $1 in
|
||||
copy)
|
||||
echo "copy from $2 to $3"
|
||||
rclone copy --progress --skip-existing $2 myminio:$3
|
||||
rclone copy --progress $2 $3
|
||||
;;
|
||||
list)
|
||||
echo "list $2"
|
||||
|
Reference in New Issue
Block a user