8 lines
201 B
Bash
Executable File
8 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Sync buidlroot cdn...."
|
|
|
|
rsync -e "ssh -p 2201" -axvuzs --progress --stats ../../_builds/dl/ jb@tools.nadal-fr.com:/mnt/tools-volume/cdn/buildroot/
|
|
|
|
echo "Sync buidlroot cdn - done"
|