A collection of Python scripts put together for your convenience.
Contains all of the scripts related to database management.
- sqliteBackupRestore.py
- A Python script that allows you to backup and restore an SQLite3 database. The default location for this script is for the Posit Workbench SQLite3 database location. However, this can be changed by adjusting the source_db_filename and backup_db_filename variables.
- tmpBackup.py
- A Python script that allows you to take a backup of a directory and store this in a seperate directory.
- tmpRestore.py
- A Python script that allows you to take a previously backed up file, and restore this file elsewhere.
Contains all of the scripts related to file management.
Contains all of the scripts related to web servers.
- simpleHTTP.py
- A Python script that creates an Apache web server on port 8001 displaying the current user home directory. The port can be changed by adjusting the Port variable.