I need to run sync over whole system and include only few dirs and files, but this command does not synchronize anything.
rsync -avxn --include='etc/php/' --include='usr/local/' --exclude='*' / server:/
I try it on Debian 10 and rsync 3.1.3
I need to run sync over whole system and include only few dirs and files, but this command does not synchronize anything.
rsync -avxn --include='etc/php/' --include='usr/local/' --exclude='*' / server:/
I try it on Debian 10 and rsync 3.1.3