Skip to content

Instantly share code, notes, and snippets.

@link89
Created April 28, 2024 06:59
Show Gist options
  • Save link89/1d8b703ff8ce320c4e914f7e288db529 to your computer and use it in GitHub Desktop.
Save link89/1d8b703ff8ce320c4e914f7e288db529 to your computer and use it in GitHub Desktop.
Use rclone to backup directory

Use copy to backup files

rclone copy ikkem-hpc-fq:/public/home/fqgong666/pretrained-model/all-test/dataset-2nd/2nd_data office:/public/dynacat/2nd_data --check-first  --verbose --dry-run

FQA

400 error of minio

If you see the following error

ERROR : IO error: AuthorizationHeaderMalformed: The authorization header is malformed; the region is wrong; expecting 'cn-xiamen'.

It's because the region setting is missing in the site config. In this case, you should open the config file and add

region=cn-xiamen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment