util.backup =========== .. py:module:: util.backup .. autoapi-nested-parse:: Simple recursive backup/restore of filesystem paths, preserving file metadata where possible. Module Contents --------------- .. py:function:: backup(path) .. py:function:: restore(path) .. py:function:: backed_up(path) Context manager for automatic backup/restore of a given path, use as: with backed_up('/some/path'): # do destructive stuff to it