Get the ports tree and unpack it:
pkg_add wget cd /tmp wget http://ftp.openbsd.org/pub/OpenBSD/5.8/ports.tar.gz cd /usr tar -zxvf /tmp/ports.tar.gz
(this takes a few minutes)
Compile duplicity:
cd /usr/ports/sysutils/duplicity make install
(go get some coffee)
Install gpg and generate a key:
pkg_add gnupg gpg --gen-key
(accept the defaults)
Full backup:
duplicity full $sourceDir file:///$targetDir
Incremental backup:
duplicity incremental $sourceDir file:///$targetDir
Restore:
duplicity restore file:///$sourceDir $targetDir
If you're using S3:
- use s3+http://$bucketName as the target
- Your bucket should be in US Standard Region
- export AWS_ACCESS_KEY_ID=$yourAWSAccessKeyId
- export AWS_SECRET_ACCESS_KEY=$yourAWSSecretKey
2 comments:
Thank you for the article.
I think the potential profits come along with new technology and those people or companies who are able to implement it will win the market. For instance, virtual data room services are known to replace old-fashioned ineffective physical data rooms. By the way virtual data rooms reviews are good to make a good choice.
Thank y for sharing, it's very important to understand how it works.
security-online
Post a Comment