I have used this command on a big-sized (TB),constant changing directory with sub-folders and files.
$ tar c dir/* |gzip - | ssh user@host 'cd /dir/ && tar xz'
What would be the outcome at the end side?
Will it have only the files as of the start of tar?