I am using zfs send -v <SNAPSHOT> | ssh <TARGET> "zfs receive <TARGET_VOLUME>" to synchronize a volume. Before I authenticate, zfs send is already sending output to stdout saying:
This message repeats until I authenticate ...
00:30:57 63.2K <SNAPSHOT>
00:30:58 63.2K <SNAPSHOT>
Whenever I am authenticated, the data sent actually increases. Is there anyway for the me to stop output until I actually send data (when I'm authenticated)?
This message repeats until I authenticate ...
00:30:57 63.2K <SNAPSHOT>
00:30:58 63.2K <SNAPSHOT>
Whenever I am authenticated, the data sent actually increases. Is there anyway for the me to stop output until I actually send data (when I'm authenticated)?