git-annex/Remote
Joey Hess 5d8e4a7c74
avoid borg list of archives that have been listed before
This makes sync a lot faster in the common case where there's no new
backup.

There's still room for it to be faster. Currently the old imported tree
has to be traversed, to generate the ImportableContents. Which then
gets turned around to generate the new imported tree, which is
identical. So, it would be possible to just return a "no new imports",
or an ImportableContents that has a way to graft in a tree. The latter
is probably too far to go to optimise this, unless other things need it.
The former might be worth it, but it's already pretty fast, since git
ls-tree is pretty fast.
2020-12-22 14:06:40 -04:00
..
Directory finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
External remove uses of warningIO 2020-12-02 14:57:43 -04:00
Helper import from borg is basically working 2020-12-21 16:37:55 -04:00
List auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
Rsync add newtypes for QuickCheck to avoid LANG=C issues 2020-11-09 20:21:18 -04:00
WebDAV more RawFilePath 2019-12-18 17:10:28 -04:00
Adb.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
BitTorrent.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Borg.hs avoid borg list of archives that have been listed before 2020-12-22 14:06:40 -04:00
Bup.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Ddar.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Directory.hs improve thirdpartypopulated support 2020-12-21 16:19:44 -04:00
External.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
GCrypt.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Git.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
GitLFS.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Glacier.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Hook.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
HttpAlso.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
List.hs start borg special remote 2020-12-18 16:03:51 -04:00
P2P.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Rsync.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
S3.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Tahoe.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
Web.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00
WebDAV.hs add thirdPartyPopulated interface 2020-12-18 15:23:58 -04:00