1
|
Copy the test
Perl script below:
|
2
|
Create the
directory Archive_It_Pro
somewhere on your site. IF POSSIBLE, this
directory should lie outside the path of your
www directory. Record the full path name of this
directory (typically something like
/u/web/your_login/Archive_It).
Create the
directory Archives
within the Archive_It_Pro
directory. Set the permissions on this directory
to 777, which is read, write, execute for owner,
group, and all.
If you plan on
archiving MySQL database tables, create the
directory DB_Tables
within the Archives
directory. Set the permissions on this directory
to 777, which is read, write, execute for owner,
group, and all.
|