#!/bin/sh
echo start at:$(date +%F%n%T)
rsync -auv --delete -e 'ssh -p 9022' /mnt/ root@49.4.92.112:/data/backup/cicd
echo end at:$(date +%F%n%T)