diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 00:02:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 00:02:46 +0300 |
commit | 4101ac9a159c272f27877eb14114bf8e3c107307 (patch) | |
tree | 28dce44b5d56906a2953d5e9b6baaa05bcad101a | |
parent | d70404ecedbb853b21ae239be5c00c553c709d48 (diff) | |
download | repository-4101ac9a159c272f27877eb14114bf8e3c107307.tar.gz |
rsync: add meta file
-rw-r--r-- | core/rsync/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/rsync/meta b/core/rsync/meta new file mode 100644 index 00000000..08543615 --- /dev/null +++ b/core/rsync/meta @@ -0,0 +1,3 @@ +description: Incremental file transfer tool +license: GPL-3.0 +maintainer: Cem Keylan <cem@ckyln.com> |