You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
--sync-newer
option to thepipe storage cp -s
commandThe text was updated successfully, but these errors were encountered: