Preliminary support for external file upload scripts.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 3 Apr 2008 20:07:11 +0000 (13:07 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 3 Apr 2008 20:07:11 +0000 (13:07 -0700)
commit09533a1615813c343e1244275531f933d9b48ddf
tree013d3f51da948764c4d670fcaa12c18f61a33288
parentdfb3bcd8cbcc6aa8737deddd332884e23d0e4b22
Preliminary support for external file upload scripts.

This adds initial support for calling out to an external script to transfer
files to a backup server.  Storage requirements on the client using this
are minimal: space for the local database and for spooling several files
for upload.  Local temporary files are deleted as they are uploaded, and
the backup rate is throttled to the upload rate.
remote.cc
remote.h
scandir.cc