Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of metadata readingHEADmasterArthur de Jong2015-07-031-42/+22
* Print some statistics at end of fsck runArthur de Jong2015-07-031-0/+7
* Log failed command lineArthur de Jong2015-07-031-2/+4
* Fix logic error in handling --no-extractlistsArthur de Jong2015-07-031-1/+1
* Do not cache full backup contentsArthur de Jong2015-06-304-123/+36
* Name unknown file or directoryArthur de Jong2015-06-301-6/+6
* Refactor out check_archive() functionArthur de Jong2015-06-261-38/+42
* Explicitly specify filename encodingArthur de Jong2015-06-251-1/+2
* Change metadata informationArthur de Jong2015-06-256-76/+126
* Ensure file lists are written in archive orderArthur de Jong2015-06-212-2/+4
* Split out backend functions from repoArthur de Jong2015-06-205-85/+127
* Implement --no-extractlistsArthur de Jong2015-06-012-6/+10
* Fix handling of --block-sizeArthur de Jong2015-05-301-0/+2
* Add a --clean option to fsckArthur de Jong2015-05-172-13/+22
* Add an fsck commandArthur de Jong2015-05-174-0/+307
* Use build_extractlist() in select_archives()Arthur de Jong2015-05-151-26/+9
* Implement a restore commandArthur de Jong2015-05-153-0/+165
* Make filters context managersArthur de Jong2015-05-154-70/+71
* Use GnuPGKeyEncryption for reading passphraseArthur de Jong2015-05-141-1/+1
* Catch certain problems reading JSON filesArthur de Jong2015-05-074-9/+9
* Implement a --keep option for rmArthur de Jong2015-05-072-3/+83
* Add extractlists to infofileArthur de Jong2015-05-071-1/+2
* Check archive existance when resyncingArthur de Jong2015-05-072-7/+4
* Check that we can read the just written passphraseArthur de Jong2015-05-071-0/+4
* Change minimum archive usageArthur de Jong2015-04-102-9/+11
* Refactor out repository and cacheArthur de Jong2015-04-103-467/+513
* Ignore exceptions removing filesArthur de Jong2015-04-081-2/+10
* Improve command-line handlingArthur de Jong2015-04-022-7/+26
* Ingore errors in crawling directoriesArthur de Jong2015-04-021-5/+11
* Add option for minimum number of filesMichel Wilson2015-03-272-1/+13
* Do not store contents after backupArthur de Jong2015-03-261-6/+0
* Fix key encryption and uuid propertyArthur de Jong2015-03-261-3/+4
* Save a UUID in the repositoryArthur de Jong2015-03-161-8/+32
* Auto-detect key encryptionArthur de Jong2015-03-161-22/+12
* Implement a command to remove backupsArthur de Jong2015-03-152-3/+101
* Implement find commandArthur de Jong2015-03-082-0/+50
* Store backup contents in the cacheArthur de Jong2015-03-082-31/+97
* Store backup metadata in the cacheArthur de Jong2015-03-081-37/+111
* Use fetchall() where neededArthur de Jong2015-03-082-112/+97
* Use better names for tablesArthur de Jong2015-03-022-39/+39
* Rename snapshot to backupArthur de Jong2015-03-012-46/+48
* Refactor out path-handling functionsArthur de Jong2015-03-013-58/+84
* Refactor out ls moduleArthur de Jong2015-03-012-44/+75
* Implement --exclude-from optionArthur de Jong2015-03-012-1/+14
* Implement --exclude optionArthur de Jong2015-03-013-11/+68
* Support both python 2 and 3Arthur de Jong2015-03-013-45/+45
* Improve database performanceArthur de Jong2015-03-011-63/+111
* Implement a command to list backup contentsArthur de Jong2015-03-014-1/+93
* Implement a command to list backupsArthur de Jong2015-02-212-0/+88
* Improve database performanceArthur de Jong2015-02-212-33/+40