간단한 거면 이렇게 동기화 해놓고 그냥 웹서버 실행해도 되겠다 ㅋㅋㅋㅋ
저렇게 대몬 실행을 하면 콘솔에 주소가 나오는데, 복사해서 붙이고, 로그인 하면 동기화가 시작된다.
Install Dropbox via command line
The Dropbox daemon works fine on all 32-bit and 64-bit Linux servers. To install, run the following command in your Linux terminal.
32-bit:
cd ~ && wget -O - http://www.dropbox.com/download?plat=lnx.x86 | tar xzf -
64-bit:
cd ~ && wget -O - http://www.dropbox.com/download?plat=lnx.x86_64 | tar xzf -
Next, run the Dropbox daemon from the newly created .dropbox-dist
folder.
~/.dropbox-dist/dropboxdIf you're running Dropbox on your server for the first time, you'll be asked to copy and paste a link in a working browser to create a new account or add your server to an existing account. Once you do, your Dropbox folder will be created in your home directory. Download this CLI script to control Dropbox from the command line. For easy access, put a symlink to the script anywhere in your PATH.
저렇게 대몬 실행을 하면 콘솔에 주소가 나오는데, 복사해서 붙이고, 로그인 하면 동기화가 시작된다.
'document' 카테고리의 다른 글
nodejs 기본 (0) | 2014.04.10 |
---|---|
Getting started with Neo4J on Windows (0) | 2014.03.19 |
Percona Xtrabackup을 사용해 핫 백업/리스토어 하기 (1) | 2013.08.13 |
여러가지 설치 (2) | 2012.09.12 |
nginx 설치 (0) | 2012.09.12 |
[리눅스] 파일 내 문자열 검색 (1) | 2012.08.25 |
mp4 변환 ffmpeg (2) | 2012.08.21 |
이미지 업로드 (2) | 2012.03.13 |
mysql root 설정 (0) | 2012.03.10 |
Smooth Streaming Module for Apache (0) | 2011.11.23 |