PlainText

Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string decrypted)
Undocumented in source. Be warned that the author may not have intended to support it.
supportHardLinks
bool supportHardLinks()
Undocumented in source. Be warned that the author may not have intended to support it.
supportRemoteEncryption
bool supportRemoteEncryption()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CryptBackend

open
void open(string decrypted)

Open the encrypted destination.

close
void close()

Close the encrypted destination.

supportHardLinks
bool supportHardLinks()

If the crypto backend supports hard links and thus --link-dest with e.g. rsync works.

supportRemoteEncryption
bool supportRemoteEncryption()

If the crypto backend supports that the encrypted data is on a remote host.

Meta