mirror of
https://github.com/restic/restic.git
synced 2026-05-26 03:55:24 +00:00
Basic rate limiting implementation.
Added `--limit-upload` and `--limit-download` flags to rate limit backups and restores.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Package sftp implements the SSH File Transfer Protocol as described in
|
||||
// https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
|
||||
// https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02
|
||||
package sftp
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user