git-annex/Command
Joey Hess 0f921307e7 mirror: New command, makes two repositories contain the same set of files.
This is a simple approach for setting up a mirroring repository.

It will work with any type of remotes.

Mirror --from is more expensive than mirror --to in general.
OTOH, mirror --from will get the file from any remote that has it, not only
the named mirror remote. And if the named mirror remote is not the fastest
available remote with a file, that can speed things up.

It would be possible to make the assistant or watch command do a more
dynamic mirroring, that didn't need to scan every time.
2013-08-20 15:46:35 -04:00
..
Add.hs
AddUnused.hs
AddUrl.hs
Assistant.hs
Commit.hs
ConfigList.hs
Content.hs
Copy.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
Dead.hs
Describe.hs
Direct.hs
Drop.hs
DropKey.hs
DropUnused.hs
EnableRemote.hs
Find.hs
Fix.hs
FromKey.hs
Fsck.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
FuzzTest.hs
Get.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
Group.hs
Help.hs
Import.hs
ImportFeed.hs
InAnnex.hs
Indirect.hs
Init.hs
InitRemote.hs
Lock.hs
Log.hs
Map.hs
Merge.hs
Migrate.hs
Mirror.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
Move.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
PreCommit.hs
RecvKey.hs
Reinject.hs
ReKey.hs
RmUrl.hs
Semitrust.hs
SendKey.hs
Status.hs
Sync.hs
Test.hs
TransferInfo.hs
TransferKey.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
TransferKeys.hs
Trust.hs
Unannex.hs
Ungroup.hs
Uninit.hs
Unlock.hs
Untrust.hs
Unused.hs
Upgrade.hs
Version.hs
Vicfg.hs
Watch.hs
WebApp.hs
Whereis.hs
XMPPGit.hs