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
It would be great to have option to skip empty files.
Use-case is to skip files that are eventually opened by another process and not flushed and closed yet.
Might be also possible to solve this by constructing list of files to upload with find and pass the list to s3sync, eventually pass list of excluded files. But that is not supported as Syncing of single file are not supported
This use-case might be also solved by adding --filter-closed or --filter-not-opened that would check if file is opened by another process and skip such files from sync.
The text was updated successfully, but these errors were encountered:
It would be great to have option to skip empty files.
Use-case is to skip files that are eventually opened by another process and not flushed and closed yet.
Might be also possible to solve this by constructing list of files to upload with
find
and pass the list to s3sync, eventually pass list of excluded files. But that is not supported asSyncing of single file are not supported
This use-case might be also solved by adding
--filter-closed
or--filter-not-opened
that would check if file is opened by another process and skip such files from sync.The text was updated successfully, but these errors were encountered: