                                                
<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->

   include "/home/waggacwc/public_html/refurb/RETRO-GLOBALS.php";

   include "$LIBRARYPATH/RETROVOX-CONSTANT-VARIABLES.php";
   include "$LIBRARYPATH/fnDirectoryTreeHtmlSelect.php";
   include "$LIBRARYPATH/fnRetrovoxStartHtml.php";

   $sFolderPath = $_GET['folder'];
//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>


<?=fnRetrovoxStartHtml("Backup a Server Directory")?>

    <p>You can use this page to backup a directory on the server to
        a file which can then be downloaded and stored locally</p>
    <form action = "backup-directory.php" 
          method = "get">
    <br>
    <em>Select the name of a directory (folder) to backup</em>
    <br>
    <?= fnDirectoryTreeHtmlSelect("$WEBROOT") ?><br>
    <input   type = "submit"  value = "Backup This Folder">
    </form>
</body>
</html>

                                                