kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Continous Sync /home/*/document_root/ with bundles/*_bundle/public/ #127

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

Severity level (1-10):

10

Files/Directories Involved:

bundles/default_bundle/public/

Description:

This script needs to be added to the default_bundle's public folder. On start up when the software is finding current bundles this script needs to be started for each bundle with an rsync command as the parameter pointing toward that bundles user account document root.

Upon deletion of a bundle the script needs to be stopped.

Personal Comments: