]> arthur.barton.de Git - bup.git/history - lib/bup/metadata.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / metadata.py
2011-01-24 Rob BrowningFix "meta extract -v" directory output.
2011-01-23 Rob BrowningFix _apply_common_rec() symlink chown/chmod guard.
2011-01-19 Rob BrowningRemove redundant call to get_linux_file_attr() in _add_...
2011-01-19 Rob BrowningIn _add_linux_attr(), catch IOError, not EnvironmentErr...
2011-01-19 Rob BrowningImprove some metadata error messages.
2011-01-19 Rob BrowningRemove bup: prefix from metadata error messages.
2011-01-19 Rob BrowningDon't "chmod 000" paths during restore.
2011-01-19 Rob BrowningRemove MetadataError and make apply error handling...
2011-01-05 Rob BrowningRemove MetadataAcquireError and make error handling...
2011-01-05 Rob BrowningAccommodate missing owner or group name during metadata...
2010-12-05 Rob BrowningPreserve existing stack trace when throwing MetadataErrors.
2010-11-13 Rob BrowningRename metadata exceptions and add a parent MetadataErr...
2010-11-12 Rob BrowningDon't use str(e) when instantiating Metadata exceptions.
2010-11-12 Rob BrowningFix typos in Metadata._encode_linux_xattr().
2010-11-04 Rob BrowningChange "bup meta" to use recursive_dirlist() to add...
2010-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.
2010-10-24 Rob BrowningAdd a helpers.FSTime class to handle filesystem timesta...
2010-10-23 Rob BrowningAttempt to unlink or rmdir existing paths as appropriat...
2010-10-10 Rob BrowningConditionalize build/use of get_linux_file_attr and...
2010-10-09 Rob BrowningDon't try to restore owner unless root; handle nonexist...
2010-10-09 Rob BrowningDefer metadata aquisition and application errors during...
2010-09-25 Rob BrowningDon't allow negative ns in metadata timestamps; normali...
2010-09-24 Rob BrowningAdd (sec, ns) timestamps and extended stat, lstat,...
2010-09-22 Rob BrowningChange user to the more accurate owner in metadata.py.
2010-09-22 Rob BrowningCorrectly respect restore_numeric_ids in Metadata _appl...
2010-09-22 Rob BrowningSend bup meta --list output to stdout, not stderr.
2010-09-22 Rob BrowningAdd initial support for metadata archives.