improve description
Sponsored-by: Jack Hill on Patreon
This commit is contained in:
parent
6308dbedf7
commit
218a3c0f09
4 changed files with 18 additions and 13 deletions
11
debian/control
vendored
11
debian/control
vendored
|
@ -124,14 +124,15 @@ Suggests:
|
|||
uftp,
|
||||
Breaks: datalad (< 0.12.3~)
|
||||
Description: manage files with git, without checking their contents into git
|
||||
git-annex allows managing files with git, without checking the file
|
||||
contents into git. While that may seem paradoxical, it is useful when
|
||||
dealing with files larger than git can currently easily handle, whether due
|
||||
to limitations in memory, time, or disk space.
|
||||
git-annex allows managing large files with git, without storing the file
|
||||
contents in git. It can sync, backup, and archive your data, offline
|
||||
and online. Checksums and encryption keep your data safe and secure. Bring
|
||||
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
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue