Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Simple r-copy style backup

by graff (Chancellor)
on Jul 07, 2009 at 22:04 UTC ( [id://778035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            if ( ! -d "$copy_to/$dir" ) {
                warn "Cannot copy/zip $src because $copy_to/$dir does not 
    +exist\n";
    ...
            }
            opendir( $dh, $src );
            ...
    
  2. or download this
            eval { mkpath (["$copy_to/$dir"]); 1}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://778035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-12-07 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (50 votes). Check out past polls.