Hi,

I was wondering if there is a backup source code method built in to
web2py or if someone has built a py script to backup all applications
including the routes.py and app.yaml file to a timestamped tar or
zipped folder.  If so would you mind posting the script?

Basically I want to back up my work daily including all the code in
the applications folder by running a script daily.

something like:

target_folder = c:\backup\todaysdate
copy applications to target folder
copy app.yaml to target_folder
copy routes.py to target_folder
zip (or tar) target_folder

Thanks
Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to