Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
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 musing on the Monastery: (3)
As of 2024-04-19 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found