remember all uploads using -e2d
to avoid duplicates
-e2d
stores the up2k registry in a per-volume sqlite3 database at$VOL/.hist/up2k.db
- unfinished uploads are indexed in
$VOL/.hist/up2k.snap
every 30 seconds - unfinished uploads which are idle for over 1 hour are forgotten
- duplicate uploads will be symlinked to the new name (by default) or rejected
build an index of all existing files at startup using -e2s
- ...so copyparty also knows about files from older versions / other sources
- this detects deleted/renamed files and updates the database
reject duplicate uploads instead of symlinking
- this is a per-volume config option, see the
cnodupe
example in-h
- the uploader gets an error message with the path to the existing file
other changes
- uploads temporarily have the extension
.PARTIAL
until the upload is completed