Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 388 Bytes

sftp.md

File metadata and controls

12 lines (7 loc) · 388 Bytes

SFTP support

Conserve can read and write archives over SFTP.

To use this, just specify an SFTP URL, like sftp://user@host/path, for the archive location.

conserve init sftp://user@host/path
conserve backup sftp://user@host/path ~

If no username is present in the URL, Conserve will use the current user's username.

Currently, Conserve only supports agent authentication.