[PLUG] Copying to new host, excluding a directory tree

Rich Shepard rshepard at appl-ecosys.com
Wed Jul 17 23:31:27 UTC 2019


On Wed, 17 Jul 2019, Reid wrote:

> Edit:
>
> # rsync -r $(find ~ -maxdepth 1 ! -name "data") SRC DEST
>
> should be:
>
> # rsync -r $(find ~ -maxdepth 1 ! -name "data") DEST
>
> since the find result would be your SRC in this case.

Missed that point.

Thanks,

Rich



More information about the PLUG mailing list