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
#!/bin/sh | |
# WD Live Duplicity Back Up To Amazon S3 (and Glacier) | |
# | |
# Requires python-boto, duplicity, util-linux, and trickle to be installed | |
# Install using: apt-get install python-boto duplicity util-linux trickle | |
# | |
# See this blog post for more info: | |
# http://www.x2q.net/blog/2013/02/24/howto-backup-wd-mybook-live-to-amazon-s3-and-glacier/ |