aboutsummaryrefslogtreecommitdiff
path: root/Command/Export.hs
Commit message (Expand)AuthorAge
* Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
* update transfer info and notify when exportingGravatar Joey Hess2017-09-20
* export --fast sets up but does not populate exportGravatar Joey Hess2017-09-19
* git annex sync --content to exportsGravatar Joey Hess2017-09-19
* configuration and docs for tracking exportsGravatar Joey Hess2017-09-19
* merge changes made on other repos into ExportTreeGravatar Joey Hess2017-09-18
* update ExportTree table efficientlyGravatar Joey Hess2017-09-18
* add ExportTree table to export dbGravatar Joey Hess2017-09-18
* lock to avoid more than one export to a remote at a timeGravatar Joey Hess2017-09-18
* split out Types.ExportGravatar Joey Hess2017-09-15
* avoid unncessary db queries when exported directory can't be emptyGravatar Joey Hess2017-09-15
* remove empty directories when removing from exportGravatar Joey Hess2017-09-15
* remove debug printGravatar Joey Hess2017-09-12
* export: cache connections for S3 and webdavGravatar Joey Hess2017-09-12
* leave export logged as incomplete if initial renames failGravatar Joey Hess2017-09-12
* export to webdavGravatar Joey Hess2017-09-12
* interrupted export recovery bugfixesGravatar Joey Hess2017-09-07
* avoid renaming to temp files before deletingGravatar Joey Hess2017-09-07
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* bugfixGravatar Joey Hess2017-09-06
* export file renamingGravatar Joey Hess2017-09-06
* record incomplete exports in export.logGravatar Joey Hess2017-09-06
* use export db to correctly handle duplicate filesGravatar Joey Hess2017-09-04
* flush queued changes to export db on exitGravatar Joey Hess2017-09-04
* remove some backtraces on user errorsGravatar Joey Hess2017-09-04
* track exported files in a sqlite databaseGravatar Joey Hess2017-09-04
* refactor ExportActionsGravatar Joey Hess2017-09-01
* graft exported tree into git-annex branchGravatar Joey Hess2017-08-31
* implement export.log and resolve export conflictsGravatar Joey Hess2017-08-31
* resuming exportsGravatar Joey Hess2017-08-31
* fix error message when content to export is not locally availableGravatar Joey Hess2017-08-31
* initial export commandGravatar Joey Hess2017-08-29