1FSMOVE(8) System Administration Utilities FSMOVE(8)
2
3
4
6 fsmove - manual page for fsmove 0.9.4
7
9 fsmove [OPTION]... SOURCE TARGET [--exclude FILE...]
10
12 Recursively move files and folders from SOURCE to TARGET, even if
13 SOURCE and TARGET are almost full or share their free space (for exam‐
14 ple if TARGET is a file system inside a loop-file _inside_ SOURCE)
15
16 Mandatory arguments to long options are mandatory for short options
17 too.
18
19 -- end of options. treat subsequent parameters as arguments even if
20 they start with '-'
21
22 -e, --exclude FILE... skip these files, i.e. do not move them.
23 must be last argument
24
25 -f, --force-run
26 run even if some safety checks fail
27
28 --io=posix
29 use POSIX I/O and move files (default)
30
31 --io=prealloc
32 use POSIX I/O and preallocate files (do NOT move them)
33
34 --inode-cache-mem use in-memory inode cache (default)
35
36 --inode-cache=DIR create and use directory DIR for inode cache
37
38 --log-color=MODE
39 set messages color. MODE is one of:
40 auto (default), none, ansi
41
42 --log-format=FMT
43 set messages format. FMT is one of: msg (default), level_msg,
44 time_level_msg, time_level_function_msg
45
46 -n, --no-action, --simulate-run
47 do not actually move any file or directory
48
49 -q, --quiet
50 be quiet
51
52 -qq be very quiet, only print warnings or errors
53
54 -v, --verbose
55 be verbose, print what is being done
56
57 -vv be very verbose, print a lot of detailed output
58
59 -vvv be incredibly verbose (warning: prints LOTS of output)
60
61 --help display this help and exit
62
63 --version
64 output version information and exit
65
66
67
68fsmove 0.9.4 January 2020 FSMOVE(8)