.*
파일이 기본으로 제외돼 있음. 만약 설정파일들을 동기화 하려면 .*
를 동기화 하도록 제외에서 삭제해야함.mega-cmd
명령을 실행한 뒤에 interactive shell을 사용할 수도 있고 mega-*
로 시작하는 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
# /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