Re: repo management and snapshots
2011-09-01 19:12:32 GMT
On Tue, Aug 30, 2011 at 9:25 AM, Gerhardus Geldenhuis <gerhardus.geldenhuis <at> gmail.com> wrote: > Thanks for the response. > I was also thinking about a sym link or hard link approach to save disk > space. There is a cobbler hard link command mentioned on some of the online > docs but this is not mentioned in the man page that I was reading but might > be due to the version I am using. Hardlink is a separate package that cobbler uses to minimize disk usage. I don't recall exactly, but I believe this is optional. That is, cobbler uses it if it's installed. Hardlink is just a binary utility that traverses one or more directory structures for identical files; when it finds duplicates it sets one as the original and replaces the duplicates with hard links. So if you follow Christian's advice, you could simply run the command on your repo directories. > See this hard link flag made me wonder if > there were already a solution in place. If I put some more thought into > this... would this be something that is useful other people and could > potentially be implemented more generically? > Regards > > On Tue, Aug 30, 2011 at 12:17 PM, Christian Horn <chorn <at> fluxcoil.net> wrote: >> >> Hi, >> >> On Tue, Aug 30, 2011 at 12:08:44PM +0100, Gerhardus Geldenhuis wrote: >> > I looked around through the documentation but could not get a >> > description of >> > how to do "repo" snapshots. I might have missed it or not have a full(Continue reading)
RSS Feed