BackBlaze B2通过命令行工具管理文件

BackBlaze B2
BackBlaze B2

BackBlaze B2是可以通过官方提供的命令行工具来管理文件,包括上传、删除等等。

命令行管理工具下载地址:

命令行工具命令:

Usages:

b2 authorize-account [] []
b2 cancel-all-unfinished-large-files
b2 cancel-large-file
b2 clear-account
b2 copy-file-by-id [--metadataDirective [copy|replace]] [--contentType ] \
[--info =]* [--range start,end] \
b2 create-bucket [--bucketInfo ] [--corsRules ] [--lifecycleRules ] [allPublic | allPrivate]
b2 create-key [--duration ] [--bucket ] [--namePrefix ]
b2 delete-bucket
b2 delete-file-version []
b2 delete-key
b2 download-file-by-id [--noProgress]
b2 download-file-by-name [--noProgress]
b2 get-account-info
b2 get-bucket [--showSize]
b2 get-download-auth [--prefix ] [--duration ]
b2 get-download-url-with-auth [--duration ]
b2 get-file-info
b2 help [commandName]
b2 hide-file
b2 list-buckets
b2 list-keys
b2 list-parts
b2 list-unfinished-large-files
b2 ls [--long] [--versions] [--recursive] []
b2 make-url
b2 sync [--delete] [--keepDays N] [--skipNewer] [--replaceNewer] \
[--compareVersions

以同步命令为例:

第一步先授权你的桶。
b2 authorize-account [] []
然后输入同步命令
b2 sync

本地地址,比如是C:\Software\
B2地址,比如是b2://my-bucket-name/Software/

通过这种方式就可以把本地C盘Software目录的所有内容,全部同步到你相关桶下的Software目录,不需要任何第三方工具,非常方面。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注