On 22/05/2019 04:46, Patrick Wildt wrote:
On Mon, May 20, 2019 at 11:50:13PM +0200, Noth wrote:
Hi misc@,
I'm trying to run daily backups to a sftp server for various VMs and
devices on my network, and want to use /etc/daily.local for this. I'm
calling this script from the daily.local fil
On Mon, May 20, 2019 at 11:50:13PM +0200, Noth wrote:
> Hi misc@,
>
>
> I'm trying to run daily backups to a sftp server for various VMs and
> devices on my network, and want to use /etc/daily.local for this. I'm
> calling this script from the daily.local file:
>
> env 'GNUPG="/usr/local/bin/g
Hi Noth,
On Mon, 20 May 2019 23:50:13 +0200 Noth wrote:
> /root/duplicity-hostname.sh
Does this script work properly when you're logged in as root?
>
> #!/bin/ksh
> PASSPHRASE=mypassword
try: export PASSPHRASE='mypassword'
> Can daily.local even handle this or is the environment too limited
On Mon, May 20, 2019 at 11:50:13PM +0200, Noth wrote:
> Hi misc@,
>
>
> I'm trying to run daily backups to a sftp server for various VMs and
> devices on my network, and want to use /etc/daily.local for this. I'm
> calling this script from the daily.local file:
>
> env 'GNUPG="/usr/local/bin/g
On Mon, May 20, 2019 5:50 pm, Noth wrote:
> Hi misc@,
>
>
> Â I'm trying to run daily backups to a sftp server for various VMs and
> devices on my network, and want to use /etc/daily.local for this. I'm
> calling this script from the daily.local file:
>
> env 'GNUPG="/usr/local/bin/gpg" PASSPHRAS
Hi misc@,
I'm trying to run daily backups to a sftp server for various VMs and
devices on my network, and want to use /etc/daily.local for this. I'm
calling this script from the daily.local file:
env 'GNUPG="/usr/local/bin/gpg" PASSPHRASE="mypassword"'
/root/duplicity-hostname.sh
but un
6 matches
Mail list logo