duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] duplicity with scp backend succeeds, but creates no


From: Nate Eldredge
Subject: Re: [Duplicity-talk] duplicity with scp backend succeeds, but creates no backup
Date: Thu, 10 Oct 2019 13:28:34 -0400 (EDT)
User-agent: Alpine 2.21 (DEB 202 2017-01-01)



On Thu, 10 Oct 2019, atharva larisa via Duplicity-talk wrote:

duplicity -v9 --hidden-encrypt-key address@hidden s scp://192.168.1.98:/tmp/tRD3

This puts the backup in tmp/rRD3 relative to your home directory on 192.168.1.98. So you should see a directory called tmp in your home directory that contains your backup.

If you want an absolute path, to put the backups in /tmp, add an extra slash:

scp://192.168.1.98://tmp/tRD3

Also, the : after the hostname is unnecessary, so you can just write

scp://192.168.1.98//tmp/tRD3

--
Nate Eldredge
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]