Help for this page

Select Code to Download


  1. or download this
    my $name = "my_second_project";
    my $dir="/srv/msp";
    do_backup($name,$dir); #this actually some pages of code
    
  2. or download this
    my $name = "%%NAME%%";
    my $dir="%%DIR%%";
    do_backup($name,$dir); #this actually some pages of code