Recent Updates Page 4 RSS Toggle Comment Threads | Keyboard Shortcuts

  • Akhmad Fathonih 11:02 pm on 12/3/2011 Permalink | Reply  

    Bacula Backup Management 

    So, been evaluating backup management solutions. Simple shell script won’t do good since I want auto-rotation, better scheduling and incremental backup support (storage friendly). Open source solution is a no-brainer priority. So, I’ taking bacula from bacula.org for a spin for a few days to understand how it works. So far so good. It has good scheduler with better-than-cron syntax, eg: 1st mon at 23:05 to schedule a backup on first monday of a month at 23:05. Neat eh? Installing Bacula in Ubuntu is a pretty straight forward process. There’s a fatal misconfiguration tho. It’s known and simple to fix.

    The definition of the catalog Mycatalog contains a line starting with ‘ dbname = “bacula;”‘. The semicolon inside the quotes should follow the quotes, so should start with ‘ dbname = “bacula” ;’

    Another tip, Pool resources by default are not enabling auto-volume naming. This is pretty annoying for a newbie. And it is way better to have it enabled by default to make it work out-of-the-box. To this, add label format option into your Pool resource definition. Something like this:

    Pool {
      Name = File
      Pool Type = Backup
      Volume Use Duration = 23h
      LabelFormat = "VolFile-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}"
    }

    It will automagically creating proper Pool Volume when job runs, eg: Vol-2011-12-02.

    You can use bat GUI to list your jobs and volumes. To restore files, see my tips here.

    PS:

    When you changed bacula-sd.conf, aside from restarting bacula-sd service do restart bacula-director service as well.

     
  • Akhmad Fathonih 1:16 pm on 11/4/2011 Permalink | Reply
    Tags: , Youtube   

    On the obvious 

    Why would google put Youtube sidebar (pop up) on Google+?

    Because it is logical. Youtube has many great content. I love watching CN Blue video on it all the times.

    Why does it feel awkward?

    Awkward? How? You mean the pop up window? Because making the Youtube sidebar reside in G+ page would take space. It’s logical.

    Will other button from Google product catalog follow suit?

    Obviously. Perhaps. Aside from Youtube? Blogger?

    Are you sure?

    What? Why looking at me like that? Do I look like Vic?

     
  • Akhmad Fathonih 4:23 pm on 11/3/2011 Permalink | Reply  

    Javascript is the new cool 

    Still on NLP. You’re read about UIMA and the Stanford parser (typed dependency) the other day. I’ve been wondering if there is an online service provider for Stanford parser. Lo and behold, there is. Although it is better to spend some cash and run my own Standford parser, this service should be suffice to test my idea. You can find it here, along with JSONP API to access it.

    More resource on javascript and NPL, there are some on github. There are some Entity Extractors as well. And it concludes that some extractor simply cannot get away from using a dictionary. Maybe I will end up with one.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel