1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

Don't use verbose, as that would generate an email each time they run

This commit is contained in:
Derick Rethans
2024-10-07 14:41:41 +01:00
parent 0af40cd71c
commit 513cb190d4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
rsync -avzC --timeout=600 --delete --delete-after rsync.php.net::php-downloads /local/www/sites/downloads.php.net
rsync -azC --timeout=600 --delete --delete-after rsync.php.net::php-downloads /local/www/sites/downloads.php.net

View File

@@ -1,3 +1,3 @@
#!/bin/sh
rsync -avzC --timeout=600 --delete --delete-after rsync.php.net::php-shared /local/www/sites/shared.php.net
rsync -azC --timeout=600 --delete --delete-after rsync.php.net::php-shared /local/www/sites/shared.php.net