Hi,

Artifactory offers efficient bi-directional
replication<http://wiki.jfrog.org/confluence/display/RTF/Repository+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.

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.

HTH,
Yoav


On Mon, Mar 5, 2012 at 3:38 PM, Henri Gomez <[email protected]> wrote:

> Hi to all,
>
> We plan to use if to host very large artifacts (up to ISO images).
>
> Since Artifactory is JCR based, we'll be in trouble for direct access
> to its FS storage (download) via FTP or RSYNC (for mirroring).
> Did there is alternate FS storage strategy for a repository (ie: non JCR) ?
>
> Cheers
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to