From 3a1f009c1ad281f37a7643b32a63057dd9c2a16e Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 4 Jun 2021 22:16:41 +0200 Subject: Add contrib/atomicrename $ ./contrib/atomicrename/atomicrename -h atomicrename creates 100 "src" files in the current directory, renames them in random order over a single "dst" file while reading the "dst" file concurrently in a loop. Progress and errors are reported as they occour in addition to a summary printed at the end. cifs and fuse filesystems are known to fail, local filesystems and nfs seem ok. See https://github.com/hanwen/go-fuse/issues/398 for background info. --- contrib/atomicrename/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/atomicrename/.gitignore (limited to 'contrib/atomicrename/.gitignore') diff --git a/contrib/atomicrename/.gitignore b/contrib/atomicrename/.gitignore new file mode 100644 index 0000000..b91a212 --- /dev/null +++ b/contrib/atomicrename/.gitignore @@ -0,0 +1 @@ +/atomicrename -- cgit v1.2.3