diff options
Diffstat (limited to 'rsync_push.sh')
-rwxr-xr-x | rsync_push.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rsync_push.sh b/rsync_push.sh new file mode 100755 index 0000000..a7ed78a --- /dev/null +++ b/rsync_push.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -aP ./dest/ srv1:/srv/www/zhr.niedzwiedzinski.cyou/harcdzielnia |