aboutsummaryrefslogtreecommitdiff
path: root/doc/special_remotes
Commit message (Collapse)AuthorAge
* Support exporttree=yes for rsync special remotes.Gravatar Joey Hess2018-02-28
| | | | | | | | | | | | | | | | | Renaming is not supported; it might be possible to use --fuzzy to get rsync to notice the file is being renamed, but that is a bit ..fuzzy. On the other hand, interrupted transfers of an exported file are resumed, since rsync is great at that. Had to adjust the exporttree docs, which said interrupted transfers would restart. Note that remove no longer makes the empty directory dummy, instead sending the top-level empty directory. This works just as well and I noticed the dummy was unncessary when refactoring it into removeGeneric. Verified that behavior of remove is not changed, and git annex testremote does pass. This commit was sponsored by Brock Spratlen on Patreon.
* Added a comment: IPFS DeduplicationGravatar xloem2017-10-07
|
* implement removeExportDirectoryGravatar Joey Hess2017-09-15
| | | | | | | | | | | | | | | Not yet called by Command.Export. WebDAV needs this to clean up empty collections. Also, example.sh turned out to not be cleaning up directories when removing content from them, so it made sense for it to use this. Remote.Directory did not need it, and since its cleanup method for empty directories is more efficient than what Command.Export will need to do to find empty directories, it uses Nothing so that extra work can be avoided. This commit was sponsored by Thom May on Patreon.
* export to webdavGravatar Joey Hess2017-09-12
| | | | | | | | | | | This basically works, but there's a bug when renaming a file that leaves a .git-annex-temp-content-key file in the webdav store, that never gets cleaned up. Also, exporting files with spaces to box.com seems to fail; perhaps it does not support it? This commit was supported by the NSF-funded DataLad project.
* very delayed response now that feature is addedGravatar Joey Hess2017-09-08
|
* S3 export (untested)Gravatar Joey Hess2017-09-08
| | | | | | | | | | | It opens a http connection per file exported, but then so does git annex copy --to s3. Decided not to munge exported filenames for IA. Too large a chance of the munging having confusing results. Instead, export of files not supported by IA, eg with spaces in their name, will fail. This commit was supported by the NSF-funded DataLad project.
* External special remote protocol extended to support export.Gravatar Joey Hess2017-09-08
| | | | | | Also updated example.sh to support export. This commit was supported by the NSF-funded DataLad project.
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
| | | | | | | | | | | | | | | | * Only export to remotes that were initialized to support it. * Prevent storing key/value on export remotes. * Prevent enabling exporttree=yes and encryption in the same remote. SetupStage Enable was changed to take the old RemoteConfig. This allowed only setting exporttree when initially setting up a remote, and not configuring it later after stuff might already be stored in the remote. Went with =yes rather than =true for consistency with other parts of git-annex. Changed docs accordingly. This commit was supported by the NSF-funded DataLad project.
* documentation for exportGravatar Joey Hess2017-08-29
| | | | This commit was sponsored by Ole-Morten Duesund on Patreon.
* fix external script for filenames with spaces from protocolGravatar Joey Hess2017-08-17
| | | | | | | | Fix the external special remotes git-annex-remote-ipfs, git-annex-remote-torrent and the example.sh template to correctly support filenames with spaces. This commit was sponsored by John Peloquin on Patreon.
* Added a commentGravatar fiatjaf2017-07-10
|
* (no commit message)Gravatar http://xgm.de/oid/2017-02-14
|
* correct spelling mistakesGravatar Edward Betts2017-02-12
|
* Added a comment: RequestTimeoutException when uploading to glacierGravatar victorsavu3@d059e0a74888923e70a555ce8ab75e8ba00b6eb72017-02-09
|
* Added a comment: https-only access, type=S3 port=443Gravatar mca@8789632e0b00e8efb984c948c13d9de28665f5342017-01-05
|
* add back share_with_a_friend_walkthrough, adapted for tor pairingGravatar Joey Hess2016-12-24
| | | | and some other xmpp to tor related changes
* Merge branch 'master' into no-xmppGravatar Joey Hess2016-12-24
|\
| * responseGravatar Joey Hess2016-12-13
| |
| * add page for tor special remoteGravatar Joey Hess2016-12-07
| |
| * Added a comment: Sharing rsync special remote between repositoryGravatar davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c72016-11-24
| |
| * removedGravatar David_K2016-11-16
| |
| * Added a commentGravatar David_K2016-11-16
| |
| * Added a commentGravatar David_K2016-11-16
| |
* | remove xmpp supportGravatar Joey Hess2016-11-14
|/ | | | | | | | | | | | I've long considered the XMPP support in git-annex a wart. It's nice to remove it. (This also removes the NetMessager, which was only used for XMPP, and the daemonstatus's desynced list (likewise).) Existing XMPP remotes should be ignored by git-annex. This commit was sponsored by Brock Spratlen on Patreon.
* responseGravatar Joey Hess2016-11-07
|
* S3: Support the special case endpoint needed for the cn-north-1 region.Gravatar Joey Hess2016-11-07
| | | | | | | | * S3: Support the special case endpoint needed for the cn-north-1 region. * Webapp: Don't list the Frankfurt region, as this (and some other new regions) need V4 authorization which the aws library does not yet use. This commit was sponsored by Nick Daly on Patreon.
* commentGravatar Joey Hess2016-11-07
|
* Added a comment: updateGravatar spiderbit2016-11-05
|
* Added a comment: dont have success with other download commandsGravatar spiderbit2016-11-05
|
* Added a commentGravatar bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b2016-11-05
|
* removedGravatar bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b2016-11-05
|
* Added a comment: china cn-north-1 s3 remote issueGravatar bec.watson@8b5998670cf3d60f88e6297923d1391706e0d15b2016-11-05
|
* Added a comment: ssh and encryptionGravatar davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c72016-11-03
|
* responseGravatar Joey Hess2016-11-01
|
* Added a commentGravatar justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912016-11-01
|
* Added a comment: 1und1 Online SpeicherGravatar Marco2016-10-19
|
* Added a commentGravatar barthalion@8758f91921f1def00205716519c57234f128c3282016-10-11
|
* Added a comment: Compression levelGravatar barthalion@8758f91921f1def00205716519c57234f128c3282016-10-08
|
* Added a comment: Re: attaching a torrent file to a downloaded and annexed ↵Gravatar http://christian.amsuess.com/chrysn2016-10-07
| | | | directory
* New url for git-remote-gcrypt, now maintained by spwhitton.Gravatar Joey Hess2016-07-05
|
* Added a comment: Special remote's annex costGravatar Dilyin2016-06-01
|
* responseGravatar Joey Hess2016-05-31
|
* Added a comment: subdirectories above FILEKEY directoryGravatar uwe.nagler@9f80ad68e498fcdb09e20b17ff4539f94ef73ea92016-05-31
|
* commentGravatar Joey Hess2016-05-16
|
* Added a comment: layout reasoningGravatar aslkdjasd@656d48eb766881455ee14c8cd4adabdd14aad8922016-05-14
|
* responseGravatar Joey Hess2016-05-03
|
* Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-05-02
|
* Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-05-02
|
* responseGravatar Joey Hess2016-04-13
|
* Added a comment: Sharing S3 bucket without fileprefixGravatar tim@5431dd39464df207b7d46d3cf1bc74c82123ac682016-04-13
|