nick-nuti / Backup-Program

2 stars 0 forks source link

Digest Schema #8

Closed mster closed 3 years ago

mster commented 3 years ago

Notes:

mster commented 3 years ago

Defaulting to assignment of ownership to the user that requested the backup.

mster commented 3 years ago

Assigning both @mster @nick-nuti as we should agree upon a schema.

mster commented 3 years ago
{
   "path" (string),
   "size" (in bytes),
   "timeLastWritten" (unix epoch),
   "writable" (bool)
}
mster commented 3 years ago

Closed by #13

nick-nuti commented 3 years ago

Possible future space-saving optimizations:

mster commented 3 years ago

Removing "writable" field because it serves no purpose.