# List \nuplink ls sj:\/\/<bucket_name>\/\n\n# Upload \nuplink cp genact sj:\/\/ggrrkkdev\/genact<\/code><\/pre>\n\n\n\n<\/p>\n\n\n\n
Setup rclone with Storj<\/h3>\n\n\n\n
Reference: https:\/\/docs.storj.io\/dcs\/how-tos\/sync-files-with-rclone\/rclone-with-native-integration<\/p>\n\n\n\n
# Setup \nrclone config\n\nrclone config\nCurrent remotes:\n\nName Type\n==== ====\nb2 b2\nstorj tardigrade\n\ne) Edit existing remote\nn) New remote\nd) Delete remote\nr) Rename remote\nc) Copy remote\ns) Set configuration password\nq) Quit config\ne\/n\/d\/r\/c\/s\/q> n\nname> my-awesome-storj\n\n# Choose provider (No.34)\n34 \/ Tardigrade Decentralized Cloud Storage\n \\ \"tardigrade\"<\/code><\/pre>\n\n\n\nHow to grep SERIALIZED ACCESS KEY for step below<\/h3>\n\n\n\n# On your client cli \nuplink share --readonly=false\n\n# You will get something like this\n\nSharing access to satellite 121RTSDpyNZVcxxxxxxxzoA6@ap1.storj.io:7777\n=========== ACCESS RESTRICTIONS ==========================================================\nDownload : Allowed\nUpload : Allowed\nLists : Allowed\nDeletes : Allowed\nNotBefore : No restriction\nNotAfter : No restriction\nPaths : WARNING! The entire project is shared!\n=========== SERIALIZED ACCESS WITH THE ABOVE RESTRICTIONS TO SHARE WITH OTHERS ===========\nAccess : 19jFW4AgTomXSpUnus5WJ4pnvxeVDxxxxxx <<<< This is your KEY for step below !!!!\n<\/code><\/pre>\n\n\n\n# Choose an authentication method.\n\nEnter a string value. Press Enter for the default (\"existing\").\nChoose a number from below, or type in your own value\n 1 \/ Use an existing access grant.\n \\ \"existing\"\n 2 \/ Create a new access grant from satellite address, API key, and passphrase.\n \\ \"new\"\nprovider> Choose: 1\nEnter a string value. Press Enter for the default\naccess_grant> 19jFW4AgTomXSpUnus5WJ4pnvxeVDxxxxxx <Paste your SERIALIZED ACCESS as the KEY>\n\n# Done<\/code><\/pre>\n\n\n\nRclone list bucket \/ file<\/h3>\n\n\n\n# List all bucket\nrclone lsf storj:\n\n# List file under bucket\nrclone lsf storj:\/ggrrkkdev<\/code><\/pre>\n\n\n\nRclone copy a file to remote bucket<\/h3>\n\n\n\nrclone copy data.zip storj:\/ggrrkkdev\/data.zip<\/code><\/pre>\n\n\n\nRclone check storage usage<\/h3>\n\n\n\nrclone ncdu storj:<\/code><\/pre>\n\n\n\nMount storj on your Mac or Linux<\/h2>\n\n\n\n# Example\nrclone mount remote:path\/to\/files \/path\/to\/local\/mount\n\nmkdir \/mnt\/storj\n\n# Read and write\nrclone mount --vfs-cache-mode writes storj:ggrrkkdev \/mnt\/storj --daemon \n\n## Linux \napt-get install s3fs-fuse rclone<\/code><\/pre>\n\n\n\nCheck mounted drive daemon and unmount it<\/h3>\n\n\n\n# Check running rclone process\nps -ax | grep rclone\n> 3777024 ? SSl 0:00 rclone mount --vfs-cache-mode writes storj:ggrrkkdev \/mnt\/storj --daemon\n\n## Kill the process\nkill -9 3777024\n\n## Unmount \numount storj\n\n## Remove directory\nrm -rf storj\/\n\n## If you got error below, pls do makesure the directory is unmounted\nrmdir storj\/\nrmdir: failed to remove 'storj\/': Device or resource busy<\/code><\/pre>\n\n\n\nReference: https:\/\/help.backblaze.com\/hc\/en-us\/articles\/1260804565710-How-to-use-rclone-with-Backblaze-B2-Cloud-Storage<\/p>\n","protected":false},"excerpt":{"rendered":"
One of my friend who introduce my Storj.io as the Backblaze B2 alternative to back up Server, Work’s laptop or…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,39,32],"tags":[],"class_list":["post-4402","post","type-post","status-publish","format-standard","hentry","category-linux","category-mac","category-technology"],"_links":{"self":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/4402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/comments?post=4402"}],"version-history":[{"count":3,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/4402\/revisions"}],"predecessor-version":[{"id":4413,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/4402\/revisions\/4413"}],"wp:attachment":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media?parent=4402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/categories?post=4402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/tags?post=4402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}