Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/backup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix logic error in handling --no-extractlistsArthur de Jong2015-07-031-1/+1
* Do not cache full backup contentsArthur de Jong2015-06-301-73/+33
* Explicitly specify filename encodingArthur de Jong2015-06-251-1/+2
* Change metadata informationArthur de Jong2015-06-251-11/+14
* Ensure file lists are written in archive orderArthur de Jong2015-06-211-1/+2
* Split out backend functions from repoArthur de Jong2015-06-201-20/+6
* Implement --no-extractlistsArthur de Jong2015-06-011-6/+7
* Add an fsck commandArthur de Jong2015-05-171-0/+3
* Use build_extractlist() in select_archives()Arthur de Jong2015-05-151-26/+9
* Implement a restore commandArthur de Jong2015-05-151-0/+144
* Make filters context managersArthur de Jong2015-05-151-41/+36
* Catch certain problems reading JSON filesArthur de Jong2015-05-071-2/+2
* Implement a --keep option for rmArthur de Jong2015-05-071-2/+68
* Add extractlists to infofileArthur de Jong2015-05-071-1/+2
* Change minimum archive usageArthur de Jong2015-04-101-8/+10
* Refactor out repository and cacheArthur de Jong2015-04-101-467/+14
* Ignore exceptions removing filesArthur de Jong2015-04-081-2/+10
* Improve command-line handlingArthur de Jong2015-04-021-3/+0
* Add option for minimum number of filesMichel Wilson2015-03-271-1/+10
* 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-151-3/+92
* Implement find commandArthur de Jong2015-03-081-0/+41
* Store backup contents in the cacheArthur de Jong2015-03-081-18/+97
* Store backup metadata in the cacheArthur de Jong2015-03-081-37/+111
* Use fetchall() where neededArthur de Jong2015-03-081-90/+95
* Use better names for tablesArthur de Jong2015-03-021-37/+37
* Rename snapshot to backupArthur de Jong2015-03-011-36/+35
* Refactor out path-handling functionsArthur de Jong2015-03-011-13/+1
* Refactor out ls moduleArthur de Jong2015-03-011-44/+2
* Implement --exclude-from optionArthur de Jong2015-03-011-1/+11
* Implement --exclude optionArthur de Jong2015-03-011-1/+1
* Support both python 2 and 3Arthur de Jong2015-03-011-36/+36
* Improve database performanceArthur de Jong2015-03-011-63/+111
* Implement a command to list backup contentsArthur de Jong2015-03-011-0/+77
* Implement a command to list backupsArthur de Jong2015-02-211-0/+83
* Improve database performanceArthur de Jong2015-02-211-29/+40
* Handle non-existing directories in repositoryArthur de Jong2015-02-211-0/+8
* Handle failing to add a file more gracefullyArthur de Jong2015-02-211-1/+5
* Use XDG cache directory by defaultArthur de Jong2015-02-211-2/+10
* Fix writing of passphrase filesArthur de Jong2015-02-121-7/+16
* Simplify read_file() and write_file()Arthur de Jong2015-02-121-44/+40
* Refactor writing restore scriptArthur de Jong2015-02-121-85/+104
* Implement xz compressionArthur de Jong2015-02-121-1/+9
* Update configuration from command-lineArthur de Jong2015-02-121-25/+23
* Implement a set-keys commandArthur de Jong2015-02-121-35/+103
* Implement bzip2 compressionArthur de Jong2015-02-121-1/+4
* Initial version of command-line handlingArthur de Jong2015-02-121-14/+32