And I missed the fact that you have set up a custom file store dir, so yeah - artifacts will be stored under /HCR_SubVersion/artifactory instead of the default $ARTIFACTORY_HOME/data/filestore.
On Fri, Dec 18, 2009 at 8:14 PM, Frederic Simon <[email protected]> wrote: > Yep, can be confusing, so I'll try to be clear :) > > The fileStoreDir is where the actual binaries files which are bigger than > minSize are store. They are stored using their ID (Checksum), and so have > meaning only if associated with the DB data. This solution helps when DBs > (like MySQL) are not managing BLOBs efficiently. > > That's the explanation, about your need, if you have a good copy of the > /data and /etc folders in artifactory home you are safe. Basically standard > conf+data backup => Safe. > > Now, in CIFS environment the disk access are not suitable for DB and index > files, so to have a full safe environment on your CIF storage, you have 2 > solutions: > 1) Small disk space, more complicated:Use mysql-filesystem (with a local > MySQL instance) and activate a mysql dump (quite fast and efficient) in a > cron to have a DB dump on the CIF storage. > 2) More disk space, a lot easier: Have an Artifactory incremental backup > defined on /HCR_SubVersion/artifactory/backup for example and then reload > this backup on the backup server in case of problem. > > The other parameters that depend on your setup between the solutions is > recovery time. > > Hope I was clear, > Fred. > > On Fri, Dec 18, 2009 at 11:38 AM, Adam Retter > <[email protected]>wrote: > >> >> Hmmm... but I switched to filesystem-derby, and set this in the repo.xml - >> <param name="fileStoreDir" value="/HCR_SubVersion/artifactory"/> >> >> So I kinda expected it to be stored on /HCR_SubVersion/artifactory - so >> what is stored in that folder then? >> >> Basically I want to get enough stored on our SAN CIFS share >> (HCR_SubVersion), that if the server were to crash, then I could recover the >> artifacts from there. Can you advise me what else I need to do? >> >> Thanks Adam. >> >> >> >> -----Original Message----- >> From: Yoav Landman [mailto:[email protected]] >> Sent: Thu 17/12/2009 19:59 >> To: [email protected] >> Subject: Re: [Artifactory-users] Errors using repo/filesystem-derby >> >> They are under $ARTIFACTORY_HOME/data/store, but not laid out or named in >> the way they are in the local maven repository. Artifactory stores the >> binaries by checksum, so there is no duplication of data and move/copy >> operations are very cheap - just changing pointers (a bit like subversion >> does it). >> >> On Wed, Dec 16, 2009 at 7:17 PM, Adam Retter <[email protected] >> >wrote: >> >> > >> > When using filesystem-derby, where are my artifacts physically stored? >> > >> > I cant immediately see them in /HCR_SubVersion/artifactory >> > >> > > > -- > Co. Founder and Chief Architect > JFrog Ltd > http://www.jfrog.org/ > http://twitter.com/freddy33 > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > -- Yoav Landman Artifactory Creator Co-founder and Product Development Lead http://www.jfrog.org/
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
