> Hi,
>
> Artifactory offers efficient bi-directional replication features OOTB in
> Pro. Replication works in a similar fashion to rsync, meaning diffs are
> synced by checksum. Unlike rsync, the protocol is pure HTTP, properties
> metdata is also synced and there is no need to recompte checksums since
> those are known ahead.
Yes, we already use it.
> Storage of binaries itself is actually not JCR-related (only metadata
> is), but is checksum-based on the file-system. For huge files, BTW, this can
> save a lot of time and storage space. For example, some real world
> production use case involves regularly copy-promoting DVD ISOs between
> repositories, which with a more naive storage would be too slow and very
> space-consuming.
Artifacts are stored on filesystem but in a JCR fashion (aka under
index and filestore) not in hierarchical way like
$BASEPATH/org/apache/tomcat/annotations-api/6.0.35/annotations-api-6.0.35.pom
Under filestore artifacts are stored like this :
468 -rw-rw-r-- 1 artifac artifac 472491 Mar 7 18:58
90e14e329dd92aa8eab991192bad52b1d6d43c76
4 -rw-rw-r-- 1 artifac artifac 415 Mar 7 19:01
90b8250b2ff0cefa37a6fb429fc0923c48d353a0
4 -rw-rw-r-- 1 artifac artifac 360 Mar 7 19:03
900df7619135db6fd8ea6982d17fc3949b9e19cb
4 -rw-rw-r-- 1 artifac artifac 330 Mar 7 19:05
9076dfa4d700351d843858ac4ae15d24c55033b0
4 -rw-rw-r-- 1 artifac artifac 616 Mar 7 19:22
908c0b859345cf9bedf6fac26aadc44acef628d1
4 -rw-rw-r-- 1 artifac artifac 405 Mar 7 19:27
909e1e770a54a90a54a4e8a5d0fb9d6d1ae8c5f2
4 -rw-rw-r-- 1 artifac artifac 807 Mar 7 21:00
906ab5b20424cb4d08f4992a7282e2f1428eca16
4 -rw-rw-r-- 1 artifac artifac 354 Mar 7 21:00
90aaed1445812c12bea01e44650085b8d8063208
4 -rw-rw-r-- 1 artifac artifac 992 Mar 7 21:30
905954c8eaf1b0080ca6c30cde880d8fd839c042
4 -rw-rw-r-- 1 artifac artifac 380 Mar 7 21:33
9024a0052dcba7569a875b1e55cbe34e3a6780f2
So we just can't access artifacts in repository expect using
artifactory so via HTTP.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users