Skip to content

Allow sync of files being written incrementally #10

@JunkyByte

Description

@JunkyByte

Check the possibility to continuously sync a file being written continuously e.g. by a bash script.

echo "avg_walltime" > file.csv
for i in $(eval echo {0..K});
do
  echo $i >> file.csv
  ... sleep
done

this will only be sync by watchdog on file creation / first change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions