...
Then you can disconnect in any time by pressing Ctrl-A d and connect back in the new SSH session by the command:
...
Code Block |
---|
screen ./stab_zfs.sh <disk1> <disk2> <disk3> -i 10 |
to work for the specific period of time
...
Code Block |
---|
screen ./stab_zfs.sh <disk1> <disk2> <disk3> -d 10:15 |
or, for example to work for 20 seconds:
Code Block |
---|
screen ./stab_zfs.sh <disk1> <disk2> <disk3> -d 00:00:20 |
and finally to stop at the specified date and time
...
Code Block |
---|
screen ./stab_zfs.sh <disk1> <disk2> <disk3> -t 17:00 8-AUG-2023 |
If date is omitted, and only time is entered, it’s supposed that date is the current one. I.e. to stop today at 19:00 you will enter:
Code Block |
---|
screen ./stab_zfs.sh <disk1> <disk2> <disk3> -t 19:00 |
After the script is finished common log will be put to the /var/tmp/stabzfs.<ISO TIME>.txt file. Logs for every separate pass will be created according the previous section.
...