사용자 도구

사이트 도구


filecloud:mega

mega

  • 종단간 암호화로 서버 관리자도 데이터를 알 수 없는 클라우드 스토리지 서비스. 기본 15GB

동기화 설정

  • 동기화 설정에서 .* 파일이 기본으로 제외돼 있음. 만약 설정파일들을 동기화 하려면 .* 를 동기화 하도록 제외에서 삭제해야함.

MEGAcmd

Script 사용법

# 먼저 login
 
# 비번은 가능하면 kwallet이나 gnome keyring 같은 것을 사용할 것
maga-login <your@email.com> <password> 
 
mega-ls
 
# 로그인 사용자가 누구인가?
mega-whoami
 
# 현재  세션을 저장한 상태로 로그아웃
mega-logout --keep-session
Logging out...
Session closed but not deleted. Warning: it will be restored the next time you execute the application. Execute "logout" to delete the session permanently.
You can also login with the session id: <매우길고복잡한SessionID>
 
# 위에서 출력된 긴 세션 ID 값으로 다시 로그인가능. 이메일과 비번 불필요.
mega-login <매우길고복잡한SessionID>
 
# 그냥 logout은 세션을 삭제한다.
mega-logout

sync

# /local/path /remote/path 모두 존재하는 상태여야 한다.
mega-sync /local/path /remote/path
 
# 옵션없이 실행하면 목록 보여주기
mega-sync 
ID LOCALPATH                    REMOTEPATH           ActState SyncState SIZE      FILES DIRS
0  /path/to/local               /path/to/remote Active   Synced    209.64 KB 21    7  
 
# 동기화 삭제
mega-sync -d /path/to/local
# 혹은 목록에 나온 ID 값
mega-sync -d 0
filecloud/mega.txt · 마지막으로 수정됨: 2020/10/06 22:28 저자 kwon37xi