3 lines
175 B
Bash
Executable file
3 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rsync --delete -r -v -z /home/www/unixpeople.org/ hanez.org:/var/www/unixpeople.org/www/ --exclude=*~ --exclude=.svn --exclude=config.xml --perms --group --times
|