Search results

  1. 2

    SCP command usage

    Command for move files from old server to new server, which does not support rsync --remove-source-files for file in /lx/test/*; do scp -rp "$file" root@192.168.1.15:/lx/scp && rm -rf "$file" ; done May be helpful for someone
Back
Top