Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    delete_earliest_snapshot(); 
    take_new_snapshot();
    
  2. or download this
    
                   ####################################
    ...
    sub snap_name_nums { 
      return $_[0] =~ m/([0-9]+)/g;
    }