반응형
rclone 이란?
Rclone
© Nick Craig-Wood 2014-2021 Source file _index.md last updated 2021-10-19 Website hosted on a MEMSET CLOUD VPS, uploaded with rclone and built with Hugo. Logo by @andy23.
rclone.org
- rsync의 cloud 버전
- 클라우드 저장소의 파일을 관리하는 CLI도구
- 주로 클라우드에 대한 동기화나 복사, 미러링 등을 수행할 수 있다.
rclone 빌드
- git clone https://github.com/rclone/rclone
- cd clone
- go build
Go 가 설치되어있지 않은 분은 아래 글을 참고해 설치해주세요.
윈도우 Go(Golang) 설치 / Windows Go(Golang) install
1. Go setup 다운로드 아래 링크에서 설치 파일을 다운로드합니다. https://go.dev/dl/ Downloads - The Go Programming Language Downloads After downloading a binary release suitable for your system, pleas..
bmaru.tistory.com
이렇게 하면 rclone.exe 를 얻을 수 있다.
빌드된 rclone.exe 확인
- cmd창에서 rclone version 입력하면 rclone.exe의 빌드 정보를 확인 할 수 있습니다.
참고
- https://rclone.org/downloads/ 에서 이미 빌드된 바이너리를 제공하고 있으니,
필요하신 분은 다운로드해서 사용하세요
반응형