Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/path.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not cache full backup contentsArthur de Jong2015-06-301-1/+1
| | | | | | Storing this in SQLite is slow and grows the cache to a huge size. The approach of reading these files lists may be a bit slower but saves a lot of space and overhead and removes quite some complexity.
* Implement a restore commandArthur de Jong2015-05-151-0/+9
| | | | This implements a command to restore files from a specific backup.
* Store backup contents in the cacheArthur de Jong2015-03-081-13/+0
| | | | | This stores the file list for the backup in the cache and modifies the ls command to use the cache.
* Refactor out path-handling functionsArthur de Jong2015-03-011-0/+78