diff options
Diffstat (limited to 'rsync_push.sh')
-rwxr-xr-x | rsync_push.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsync_push.sh b/rsync_push.sh index ff81e0f..c4f11d1 100755 --- a/rsync_push.sh +++ b/rsync_push.sh @@ -1,4 +1,4 @@ #!/bin/sh -#rsync -aP ./dest/ srv1:/srv/www/zhr.niedzwiedzinski.cyou/harcdzielnia -rsync -aP ./dest/ srv3:/srv/www/harcdzielnia.19pdh.pl +rsync -aP ./dest/ srv3:/srv/www/zhr.niedzwiedzinski.cyou/harcdzielnia +#rsync -aP ./dest/ srv3:/srv/www/harcdzielnia.19pdh.pl |