aac0865 Move sysrestore to ipa-python so it can be used by client scripts too.

Authored and Committed by simo 16 years ago
    Move sysrestore to ipa-python so it can be used by client scripts too.
    
    Change backup format so files are all in a single directory (no dir
    hierarchies) and use an index file so we can save also ownership and
    permission info for the restore (and eventually other data later on).
    
        
ipa-python/sysrestore.py ipa-server/ipaserver/sysrestore.py
file renamed
+167 -101
file modified
+4 -2
file modified
+2 -2
file modified
+20 -15