1FSMOVE(8) System Administration Utilities FSMOVE(8)
2
3
4
6 fsmove - manual page for fsmove 0.9.3
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 SOURCE is a file system inside a loop-file _inside_ TARGET)
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 (default)
30
31 -n, --no-action, --simulate-run
32 do not actually move any file or directory
33
34 -q, --quiet
35 be quiet
36
37 -qq be very quiet, only print warnings or errors
38
39 -v, --verbose
40 be verbose, print what is being done
41
42 -vv be very verbose, print a lot of detailed output
43
44 -vvv be incredibly verbose (warning: prints LOTS of output)
45
46 --help display this help and exit
47
48 --version
49 output version information and exit
50
51
52
53fsmove 0.9.3 May 2019 FSMOVE(8)