2016-06-15 |
Christian Herdtweck | created another test for multivolume compression size |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | changed debug output level of the debug output I added... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | removed some debug output |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | fix ValueError message (otherwise '*' is interpreted... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | ensure max_volume_size is int or None |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | skip one test with known failure |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | correct number of compressed backup volumes in tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | added class variable MODE_COMPRESS to test_deltatar... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | do a proper unittest.skip if test is not run |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | remove print()s in unittest test_multivol |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | remove unused import |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | extend valid range of sizes for sample.tar.gz file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | added new unittest test_multivol_compress with bigger... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | renamed unittest test_multivol_compress to test_compres... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | added a few debug messages to addfile and open_volume |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | changed TarFile.addfile to get better sized volumes... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | created a 2nd TarFile._size_left: one for file and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | fix unittest's create_pseudo_random_file: do return... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | improved unittest's create file: do not gather GB in... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | clean up in unittest: remove size_test_* files |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | clean up in unittest: remove unused imports |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | make file size test faster by removing 16GB test file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | create unittest for warning |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | warn if trying to compress/encrypt multivolume with... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | adjust file-size-estimation unittest; add an actual... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | started a unittest for multi-volume with compression |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | created unittest for get_file_size |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | added function get_file_size and var _file_size to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Christian Herdtweck | changed some comments, corrected one indent |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-06-15 |
Thomas Jarosch | delete(): Don't crash on removing symlinks to directories |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-04-07 |
Christian Herdtweck | Revert "added arguments for permissions of created... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-04-06 |
Christian Herdtweck | added arguments for permissions of created dirs and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Increase version to 1.1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Switch produced filenames from YY-mm-dd to YYYY-mm-dd |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Ability to the run the unit tests without a .git directory |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Include unit test files in source tarball |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Unit test: Skip multivolume split test for modes that... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Unit test: Fix _equal_stat_dicts() invocation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-07-03 |
Thomas Jarosch | Pass on 'compresslevel' for gzip / bzip2 compressed... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-04-22 |
Samir Aguiar | Add comments about the callback param to the docs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-04-22 |
Samir Aguiar | Add a callback function to the restore process |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-07 |
Eduardo Robles... | adding an integration test that uses create_pseudo_rand... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-01 |
Eduardo Robles... | adding zlib and zlib-blocks tests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-22 |
Eduardo Robles... | improving benchmark tests and their documentation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-22 |
Eduardo Robles... | adding support to set the gzip compression level in... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-16 |
Thomas Jarosch | Move README.txt to the docs folder. Better name |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-16 |
Victor Ramirez | Added profiler test for tarfile and zlib. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-01 |
Daniel Garcia... | Added test to test multivolume corruption at restore |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-30 |
Daniel Garcia... | Fixed "random" file corruption in multivol restore |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-24 |
Eduardo Robles... | fix delete current file when doesnt match when restorin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-23 |
Eduardo Robles... | allow to set a new_volume_handler in iterate_tar_path... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-22 |
Eduardo Robles... | small formating change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-16 |
Thomas Jarosch | Fix typo in comment |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-19 |
Eduardo Robles... | fix typo error, variable should be named beginning_size |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-19 |
Eduardo Robles... | making testbackup.py work |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-11 |
Eduardo Robles... | adding more easy to understand diff backup debug output |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-07 |
Eduardo Robles... | fix debug logging in diff mode |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-11 |
Eduardo Robles... | add function to easily get the extension used for indexes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-05 |
Thomas Jarosch | Ignore files created by setup.sh |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-05 |
Eduardo Robles... | adding some missing debug lines |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-20 |
Eduardo Robles... | adding setup files to create an rpm for python-delta-tar |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-20 |
Eduardo Robles... | removing unused vars |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-26 |
Eduardo Robles... | derefering backed up files for now |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-07 |
Eduardo Robles... | missing change from string to bytes join |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-14 |
Eduardo Robles... | adding support for adding extra data to deltatar indexes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-13 |
Daniel Garcia... | Test compatible with tar 1.22 (intranator version) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-13 |
Daniel Garcia... | Using python3 instead of python in tests system calls |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-11 |
Eduardo Robles... | adding header and move to python 3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-11 |
Eduardo Robles... | adding python3 headers |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-06 |
Eduardo Robles... | fixing another file not closed warning on new vol handl... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-06 |
Eduardo Robles... | fixing some warnings in python3 from dereferenced but... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-06 |
Eduardo Robles... | fixing open mode for updating the file to r+b |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-04 |
Eduardo Robles... | closing also volume files on cleanup |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-04 |
Eduardo Robles... | initial port to python 3, not finished |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-22 |
Eduardo Robles... | ignore the PowmInsecureWarning warning given by libgmp4... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-18 |
Eduardo Robles... | adding support for filtering via whitelist with -inc |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-18 |
Eduardo Robles... | some unit tests were only failing when run with superus... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-17 |
Eduardo Robles... | fixing aes only mode: it turns out we were not closing... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-12 |
Eduardo Robles... | removing some unnecesary over-optimizations like runnin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-09 |
Eduardo Robles... | start working on AES-only delta tar mode, with no encry... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-09 |
Eduardo Robles... | removing references to dowser, comment pytracemalloc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-09 |
Eduardo Robles... | fixing unit test where only even lines where being... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-09 |
Eduardo Robles... | fixing memory leaks, now memory usage remains nearly... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-10-03 |
Eduardo Robles... | reducing leaks in tarfile by allowing not to store... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-30 |
Eduardo Robles... | fixing last two unit tests bugs, realted to multivol... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-30 |
Eduardo Robles... | fixing bug in a deltatar that excepts two vols for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-28 |
Eduardo Robles... | migrating tar restore to use the same code as index... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-28 |
Eduardo Robles... | fixing bug when restoring files, mtime of parent dir... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-27 |
Eduardo Robles... | Fixing corner case where pad was not taken into account... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-27 |
Eduardo Robles... | when a comparison of two json paths in test_deltatar... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-27 |
Eduardo Robles... | adding again all the test clases to runtests, as we... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-27 |
Eduardo Robles... | improving the filesplitter, allowing to split at specif... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-27 |
Eduardo Robles... | adding more options to backup script, like listing... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-20 |
Eduardo Robles... | fixing some restore problems |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-19 |
Eduardo Robles... | fixing sorting and improving dramatically restore diff... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-18 |
Eduardo Robles... | small documentation fix, improving jsonpath comparator... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-17 |
Eduardo Robles... | add handy backup command, used for benchmarks |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-16 |
Eduardo Robles... | fixing bug related to deltatar multivol restore |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-14 |
Eduardo Robles... | fixing multiple errors in deltatar at once: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-01 |
Daniel Garcia... | Fixed multivolume with encryption creation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |