# 補充

  • 從外網連入,可以使用 Cloudberry

  • 若速度較慢,可以使用多個 Cloudberry Instance 來連入

https://www.cloudberrylab.com/resources/blog/introducing-backup-2-0-for-macos-linux/ (opens new window)

  • 內網抓取上傳資料,可以使用 s3cmd

https://s3tools.org/s3cmd (opens new window)

# 問題與處理

  • 使用 s3cmd 時會出現 ERROR: S3 error: 403 (RequestTimeTooSkewed)

=> 請在主機安裝 NTP Cleint

$ sudo apt-get install ntp
$ service ntp restart

# 參考資料

  • 在 JupyterNotebook 操作 Ceph Object Storage:

https://public.dct-cloud.com/webhelper/pdf/How_to_access_Ceph_Object_Storage_in_Jupyter_Notebook.pdf (opens new window)

  • S3cmd usage

https://s3tools.org/usage (opens new window)

  • S3cmd sync how-to

https://s3tools.org/s3cmd-sync (opens new window)

Last Updated: 9/26/2022, 11:18:34 AM