cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

pipe CLI: respect modification date when syncing

Open sidoruka opened this issue 1 year ago • 0 comments
trafficstars

Background At the moment, pipe CLI's -s option uses files' sizes to make a decision if a file shall be pushed to the Cloud. If would be beneficial to include file's modification date as well.

Approach

  • Add --sync-newer option to the pipe storage cp -s command
  • If specified, it shall consider file's modification date together with the size

sidoruka avatar Apr 24 '24 08:04 sidoruka