I'm running scp and copying a folder from remote server, I'm running with -rl , so i see the files being copy, is it possible to skip current file some way?
|
feedback
|
|
use rsync instead, it will copy only the differences and you can exclude files or dirs
| ||||
|
feedback
|