siom79 / jdrivesync

jdrivesync is a simple command line tool that synchronizes a local file system structure to your Google Drive (and back)

Home Page:https://siom79.github.io/jdrivesync/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statistics is not specific enough without the direction

proski opened this issue · comments

"UPDATED: 1" could mean that all is good or that a major disaster has occurred and the data has been lost. It all depends on the direction. I believe the direction should be indicated for every file operation that is logged.

Also, the statistics should be split by direction for UPDATED, NEW and DELETED. For example, "UPDATED (up)" and "UPDATED (down)". An additional CONFLICT field should be added for the files that have been changed on both sides and jdrivesync has not been given the explicit direction. Empty stats could be skipped.

Actually, "remote" and "local" would be better labels. That gives 8 lines:

remote updated
local updated
remote new
local new
remote deleted
local deleted
unchanged
conflict