I am running FreeBSD 11.1-RELEASE-p10 and trying to schedule a cronjob to run a daily script which will use duplicity to backup my ~/Documents directory to an Azure blob. The script (~/.duplicity/.backup1.sh) reads as follows:
#!/bin/bash
# the true variable values are in my real script...
I have just installed security/gnupg & security/pinentry
pkg install gnupg1
pkg install pinentry
I generate a key:
gpg --gen-key
The generated key:
pub xx/20BE8A96 2016-02-12
uid Objectstore Encryption <xxx@gmail.com>
sub xx/D0C772B5 2016-02-12
I do a backup with duply, for that I put my...
I try to set up a backup system for Hubic with Duplicity. There is a link from here that works well on my Slackware box.
I try to do the same on FreeBSD but I come across error about librsync.
I download special version of duplicity for Hubic with bzr:
bzr branch lp:duplicity and run python...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.