webyep

can any body please tell me how to make a web yep demo so it reverts back to a given state at where it started from? regards neil


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The WebYep data folder could be set up to be overwritten back to a known good state. This is not something you would set up in WY itself, but rather on your server, probably using a cron job to copy over a backup, something like

rm /path/to/data/folder && cp /path/to/data/folder.bak /path/to/data/folder

set to run every hour or 8. You could also do this manually in FTP or SFTP. Set up your WebYep the way you want it to look, then duplicate the folder (using your FTP application) and rename it to whatever.bak. Now WY will only use the one it created, the backup will just sit there never being modified. To revert, you would delete the exiting folder, then rename the backup (remove the .bak). Duplicate it again and rename the duplicate.

Walter

On Apr 5, 2013, at 2:14 PM, neil wrote:

can any body please tell me how to make a web yep demo so it reverts back to a given state at where it started from? regards neil


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options