This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mongodbのインストール | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 | |
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' >> /etc/apt/sources.list | |
sudo aptitude update | |
sudo aptitude install mongodb-10gen | |
sudo aptitude upgrade | |
# 参考 | |
# http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rsync -av -e "ssh -i ~/.ssh/id_rsa" --exclude-from ~/Dropbox/rsync_exclude_pattern.txt ユーザ名@ホスト名:バックアップ元ファイル名 バックアップ先ディレクトリ名/ |
NewerOlder