Difference between revisions of "Git-annex"

From Free Software Directory
Jump to: navigation, search
(created)
 
(Added Debian link)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=git-annex
 
|Name=git-annex
|Short description=Keep track of files across multiple storage devices
+
|Short description=manage files with git, without checking their contents into git
|Full description=git-annex tracks (but does not backup) your files across multiple storage devices. For example, if you store files on a USB drive, your laptop, your smartphone and a remote server, you can safely delete, move, update and otherwise manage a file, because you know where other copies are stored.
+
|Full description=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.
  
Behind the scenes, git-annex uses the Git version control system to track file details (and optionally transfer files).
+
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.
 +
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
 +
facilities to ensure your data is preserved.
 +
 
 +
git-annex can also be used to keep a folder in sync between computers,
 +
noticing when files are changed, and automatically committing them
 +
to git and transferring them to other computers. The git-annex webapp
 +
makes it easy to set up and use git-annex this way.
 
|Homepage URL=https://git-annex.branchable.com
 
|Homepage URL=https://git-annex.branchable.com
 
|User level=intermediate
 
|User level=intermediate
 
|Component programs=git-annex, assistant, webapp
 
|Component programs=git-annex, assistant, webapp
|VCS checkout command=git clone git://git-annex.branchable.com
+
|VCS checkout command=git clone git://git-annex.branchable.com/
 
|Computer languages=Haskell
 
|Computer languages=Haskell
|Documentation note=
+
|Documentation note=[https://git-annex.branchable.com/walkthrough/ Walkthrough]
[https://git-annex.branchable.com/walkthrough/ Walkthrough]
 
 
[https://git-annex.branchable.com/assistant/quickstart/ Assistant quickstart]
 
[https://git-annex.branchable.com/assistant/quickstart/ Assistant quickstart]
 
[https://git-annex.branchable.com/not/ What git-annex is not]
 
[https://git-annex.branchable.com/not/ What git-annex is not]
|Donate=https://flattr.com/thing/84843/git-annex
+
|Donate=https://www.patreon.com/joeyh
 +
|Accepts cryptocurrency donations=No
 
|Microblog=https://git-annex.branchable.com/news/index.atom
 
|Microblog=https://git-annex.branchable.com/news/index.atom
 
|Related projects=Git
 
|Related projects=Git
|Version identifier=5.20140927
+
|Version identifier=6.20160923
|Version date=2014/09/27
+
|Version date=2016/09/23
|Version status=stable
+
|Version download=https://git-annex.branchable.com/install/
|Version download=http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
+
|Version comment=See also https://git-annex.branchable.com/install/fromsource/,
|Version comment=See also https://git-annex.branchable.com/install/fromsource/
+
https://github.com/joeyh/git-annex/releases
|Last review by=David Seaward
+
|Last review by=Bendikker
|Last review date=2014/10/03
+
|Last review date=2018/02/14
|Submitted by=David Seaward
 
 
|Submitted date=2014/10/03
 
|Submitted date=2014/10/03
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 66: Line 78:
 
|Role=Lead developer
 
|Role=Lead developer
 
|Email=joey@kitenet.net
 
|Email=joey@kitenet.net
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/git-annex
 
}}
 
}}
 
{{Software category
 
{{Software category

Latest revision as of 12:36, 14 February 2018


[edit]

git-annex

https://git-annex.branchable.com
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.

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. 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 facilities to ensure your data is preserved.

git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Joey Hess Lead developer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/git-annex


Software prerequisites

KindDescription
Required to buildHaskell Platform
Required to useGit




Entry














"Lead developer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.











Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.