We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a116309 commit d6d23baCopy full SHA for d6d23ba
1 file changed
sbin/mover
@@ -13,7 +13,8 @@
13
# Files at the top level of a pool or an array disk are never moved.
14
15
# The 'find' command generates a list of all files and directories of a share.
16
-# For each file, if the file is not "in use" by any process (as detected by 'in_use' command),
+# For each file, if the file is not "in use" by any process (as detected by 'fuser' command)
17
+# and not attached to any loop device (as detected by 'losetup' command),
18
# then the file is moved, and upon success, deleted from the source disk. If the file already
19
# exists on the target, it is not moved and the source is not deleted. All meta-data of moved
20
# files/directories is preserved: permissions, ownership, extended attributes, and access/modified
0 commit comments