INSTALLATION¶
OVERVIEW | INSTALL | SETUP | USAGE
ОБЗОР | УСТАНОВКА | НАСТРОЙКА | ИСПОЛЬЗОВАНИЕ
SkyCover Duply installation procedure
Installation under Linux and *nixes
# install duplicity and git packages # the command Debian/Ubuntu: apt-get install duplicity git # install scduply git clone git://github.com/skycover/scduply.git cd scduply ./install.sh # generate the cryptography keys and signature gpg --gen-key # you'd need to remember the ID and the password of the key # generate ssh keys (if needed) ssh-keygen
Note: if you can’t get scduply via git, you can download and install the tarball:
wget https://github.com/skycover/scduply/tarball/master -O scduply.tar.gz tar zxvf scduply.tar.gz cd skycover-scduply-* ./install.sh
We suggesting also to install the web-interface SkyCover Duply Web (SCDW).
Next look at USAGE.
Installation under Windows ™
Under Windows ™ the program is working under CygWin.
We recommending to use our installer, which will automatically install on the computer CygWin, scduply, and also the web-interface SkyCover Duply Web (SCDW) and all the needed components.