search for: base_o

Displaying 2 results from an estimated 2 matches for "base_o".

2006 Feb 24
1
How to use multiple link-dest directories?
...ith a decent example in the man page. I have looked in every piece of documentation I can think of and have found no answer. So I want to use the multiple link-dest directories feature as of 2.6.4. (I am using 2.6.6) My understanding of how this should work is that I can have say * directory BASE_OS/1 which is the most recent version of stuff I believe to be common to all my backups and * directory SOME_MACHINE/1 which is the most recent version of a machine specific backup and * I can have rsync, when told to backup SOME_MACHINE to SOME_MACHINE/ 0, for each file ++ first look in SOME_MA...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib