implement volume handling for rescue mode
[python-delta-tar] / deltatar / deltatar.py
2018-04-02 Philipp Gesangimplement volume handling for rescue mode
2018-04-02 Philipp Gesanguse real new volume handler during rescue
2018-04-02 Philipp Gesangprevent tarobject iteration in disaster mode
2018-04-02 Philipp Gesangadd restore helper handling for reconstructed indices
2018-04-02 Philipp Gesangadd iterator mode for reconstructed index
2018-04-02 Philipp Gesangdraft rescue mode through all layers
2018-04-02 Philipp Gesangextend tarfile API for rescue mode
2018-04-02 Philipp Gesangclarify index read failure
2018-04-02 Philipp Gesangreject bad index files with a meaningful error
2018-04-02 Philipp Gesangwork around false positives in deltatar fs checks durin...
2018-04-02 Philipp Gesangcatch incomplete trailing header in tolerant recovery
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangfix misleading docstrings for index file hook
2018-04-02 Philipp Gesangdraft disaster recovery mode for deltatar
2018-04-02 Philipp Gesangforce tarfile reopen after bad read in deltatar
2018-04-02 Philipp Gesangdistinguish invalid files from parse errors in restore
2018-04-02 Philipp Gesangaccept crypto format version in deltatar ctor
2018-04-02 Philipp Gesangallow passing keys directly to CLI crypto.py
2018-04-02 Philipp Gesangdefault to index mode of deltatar object when choosing...
2018-04-02 Philipp Gesangexpand crypto api to accept precomputed key
2018-04-02 Philipp Gesangremove IV validation step from RestoreHelper
2018-04-02 Philipp Gesangmove final IV checks out of crypto context
2018-04-02 Philipp Gesangwrite auxiliary files whilst processing the backup
2018-04-02 Philipp Gesanguse independent decryption contexts for backup files
2018-04-02 Philipp Gesangclean up multi-index handling
2018-04-02 Philipp Gesangremove redundant test
2018-04-02 Philipp Gesangencode operation modes
2018-04-02 Philipp Gesangcleanly perform block transition in non-concat mode
2018-04-02 Philipp Gesangkeep separate encryptor and decryptor contexts in delta...
2018-04-02 Philipp Gesangproperly restart compression when encrypting
2018-04-02 Philipp Gesangexplicitly disable gz initalization for _Stream’s used...
2018-04-02 Philipp Gesangfix index file encryption handling
2018-04-02 Philipp Gesangpermit setting crypto.py parameter version via deltatar...
2018-04-02 Philipp Gesangeliminate the last traces of encryption “modes”
2018-04-02 Philipp Gesangpass encryption context to deltatar volume handlers
2018-04-02 Philipp Gesangfix search string in tar volume generation
2018-04-02 Philipp Gesangspecify salt and version in ctor when encrypting
2018-04-02 Philipp Gesangunify file extension handling
2018-04-02 Philipp Gesangdelay index file write until backup is complete
2018-04-02 Philipp Gesangrename open_index to open_auxiliary_file
2018-04-02 Philipp Gesangpass encryption context to tarfile
2018-04-02 Philipp Gesangfirst draft for making the encryption layer independent
2018-04-02 Philipp Gesangchange extension for encrypted files
2018-04-02 Philipp Gesangexplicitly constuct zlib headers
2018-04-02 Philipp Gesangextend open_index() API for info file handling
2018-04-02 Philipp Gesangpass salt between index and archive
2018-04-02 Philipp Gesangsupersede encryption type by encryption parameters
2018-04-02 Philipp Gesanginclude offending mode string in exception
2018-04-02 Philipp Gesangremove key length parameter wherever feasible
2018-04-02 Thomas JaroschRestoreHelper: Prevent endless loop if both indexes...
2018-04-02 Thomas JaroschDocument restore code index handling
2018-04-02 Philipp Gesangignore all symlinks
2016-11-04 Philipp Gesangadd unit test for overwriting symlinks
2016-11-04 Philipp Gesangrectify delayed symlink restoration
2016-11-03 Philipp Gesangfix calls to deprecated function in deltatar.py
2016-11-03 Philipp Gesangimplement delayed symlink creation
2016-11-03 Philipp Gesangsimplify control flow in RestoreHelper methods
2016-07-04 Thomas JaroschCode review done, comment changes only
2016-07-04 Thomas JaroschRemove dead code
2016-07-04 Thomas JaroschRemove code duplication
2016-06-23 Christian Herdtweckappease pylint
2016-06-23 Christian Herdtweckfix error found by pylint
2016-06-21 Thomas JaroschFix 'directory' type when iterating tar archives withou...
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
2016-06-17 Christian Herdtweckcorrect a comment, add more info to log message
2016-06-17 Christian Herdtweckadjust filter_path: also remove trailing os.sep
2016-06-17 Christian Herdtweckfix strip_base_dir argument for DeltaTar._recursive_wal...
2016-06-17 Christian Herdtwecksimplify DeltaTar._recursive_walk_dir
2016-06-15 Thomas Jaroschdelete(): Don't crash on removing symlinks to directories
2016-04-07 Christian HerdtweckRevert "added arguments for permissions of created...
2016-04-06 Christian Herdtweckadded arguments for permissions of created dirs and...
2015-07-03 Thomas JaroschSwitch produced filenames from YY-mm-dd to YYYY-mm-dd
2015-04-22 Samir AguiarAdd comments about the callback param to the docs
2015-04-22 Samir AguiarAdd a callback function to the restore process
2014-06-30 Daniel Garcia MorenoFixed "random" file corruption in multivol restore
2014-06-24 Eduardo Robles Elvirafix delete current file when doesnt match when restorin...
2014-06-23 Eduardo Robles Elviraallow to set a new_volume_handler in iterate_tar_path...
2014-06-22 Eduardo Robles Elvirasmall formating change
2014-06-16 Thomas JaroschFix typo in comment
2014-03-19 Eduardo Robles Elvirafix typo error, variable should be named beginning_size
2014-03-19 Eduardo Robles Elviramaking testbackup.py work
2014-03-11 Eduardo Robles Elviraadding more easy to understand diff backup debug output
2014-03-07 Eduardo Robles Elvirafix debug logging in diff mode
2014-02-11 Eduardo Robles Elviraadd function to easily get the extension used for indexes
2014-02-05 Eduardo Robles Elviraadding some missing debug lines
2013-12-26 Eduardo Robles Elviraderefering backed up files for now
2013-11-14 Eduardo Robles Elviraadding support for adding extra data to deltatar indexes
2013-11-11 Eduardo Robles Elviraadding python3 headers
2013-11-06 Eduardo Robles Elvirafixing another file not closed warning on new vol handl...
2013-11-04 Eduardo Robles Elviraclosing also volume files on cleanup
2013-11-04 Eduardo Robles Elvirainitial port to python 3, not finished
2013-10-18 Eduardo Robles Elvirasome unit tests were only failing when run with superus...
2013-10-12 Eduardo Robles Elviraremoving some unnecesary over-optimizations like runnin...
2013-10-09 Eduardo Robles Elvirastart working on AES-only delta tar mode, with no encry...
2013-10-09 Eduardo Robles Elvirafixing memory leaks, now memory usage remains nearly...
2013-10-03 Eduardo Robles Elvirareducing leaks in tarfile by allowing not to store...
2013-09-30 Eduardo Robles Elvirafixing last two unit tests bugs, realted to multivol...
2013-09-28 Eduardo Robles Elviramigrating tar restore to use the same code as index...
2013-09-28 Eduardo Robles Elvirafixing bug when restoring files, mtime of parent dir...
2013-09-27 Eduardo Robles Elviraadding more options to backup script, like listing...
next