Hello,

My current problem is :

I have scripts written currently in python, wherein we make lot of changes to files (system), permission changes to files and directories, changes to kernel parameters. We would like to maintain the revisions of these changes and should
be able tor rollback the changes at any point in time.

The initial thought is to use MySQLdb.

My questions are:
1. Provide me sample references to such problems if they exist.
2. How do we preserve changes to files? we need to save the entire files.
3. We need to make permission changes of files/directories (owner/group changes)
4. How do we store the changes/files? Should they stored as tables?
5. How do we restore the stored tables and restore files and file/dir permissions..?

I shall look forward to your help/suggestions...

thanks
Madhu
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
https://mail.python.org/mailman/listinfo/db-sig

Reply via email to