improve description

Sponsored-by: Jack Hill on Patreon
This commit is contained in:
Joey Hess 2022-01-06 12:24:27 -04:00
parent 6308dbedf7
commit 218a3c0f09
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 18 additions and 13 deletions

9
README
View file

@ -1,6 +1,7 @@
git-annex allows managing files with git, without checking the file git-annex allows managing large files with git, without storing the file
contents into git. While that may seem paradoxical, it is useful when contents in git. It can sync, backup, and archive your data, offline
dealing with files larger than git can currently easily handle, whether due and online. Checksums and encryption keep your data safe and secure. Bring
to limitations in memory, checksumming time, or disk space. the power and distributed nature of git to bear on your large files with
git-annex.
For documentation, see doc/ or <https://git-annex.branchable.com/> For documentation, see doc/ or <https://git-annex.branchable.com/>

11
debian/control vendored
View file

@ -124,14 +124,15 @@ Suggests:
uftp, uftp,
Breaks: datalad (< 0.12.3~) Breaks: datalad (< 0.12.3~)
Description: manage files with git, without checking their contents into git Description: manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file git-annex allows managing large files with git, without storing the file
contents into git. While that may seem paradoxical, it is useful when contents in git. It can sync, backup, and archive your data, offline
dealing with files larger than git can currently easily handle, whether due and online. Checksums and encryption keep your data safe and secure. Bring
to limitations in memory, time, or disk space. the power and distributed nature of git to bear on your large files with
git-annex.
. .
It can store large files in many places, from local hard drives, to a It can store large files in many places, from local hard drives, to a
large number of cloud storage services, including S3, WebDAV, large number of cloud storage services, including S3, WebDAV,
and rsync, with a dozen cloud storage providers usable via plugins. and rsync, with dozens of cloud storage providers usable via plugins.
Files can be stored encrypted with gpg, so that the cloud storage Files can be stored encrypted with gpg, so that the cloud storage
provider cannot see your data. git-annex keeps track of where each file provider cannot see your data. git-annex keeps track of where each file
is stored, so it knows how many copies are available, and has many is stored, so it knows how many copies are available, and has many

View file

@ -10,3 +10,5 @@ The second sentence does not really help to explain the tool, for me it sounds a
> It enables managing files larger than git can easily handle, whether due to limitations in memory, time, or disk space. > It enables managing files larger than git can easily handle, whether due to limitations in memory, time, or disk space.
Still not optimal, but feels a little more precise Still not optimal, but feels a little more precise
> [[done]] --[[Joey]]

View file

@ -1,7 +1,8 @@
git-annex allows managing files with git, without checking the file git-annex allows managing large files with git, without storing the file
contents into git. While that may seem paradoxical, it is useful when contents in git. It can sync, backup, and archive your data, offline
dealing with files larger than git can currently easily handle, whether due and online. Checksums and encryption keep your data safe and secure. Bring
to limitations in memory, time, or disk space. the power and distributed nature of git to bear on your large files with
git-annex.
[[!img assistant/thumbnail.png link=assistant align=right]] [[!img assistant/thumbnail.png link=assistant align=right]]
git-annex is designed for git users who love the command line. git-annex is designed for git users who love the command line.