NaPs / Marty

An efficient backup tool inspired by Git, saving your bandwidth and providing global deduplication at file level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow SSH remote to use alternative checksum methods

NaPs opened this issue · comments

Auto-detect or let user configure a method to do checksum:

  • Using shell + sha1sum binary in a loop (current implementation)
  • Using the file-check ssh extension (not widely implemented on SFTP daemons)
  • Disabled (implies to download the file to do the checksum)
  • Any other idea?