refresh script

This commit is contained in:
2025-04-20 22:00:55 +02:00
parent fab32f1e6a
commit b7fc29ec20
26 changed files with 7943 additions and 128 deletions

6
scp_aseweb_aruba.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo 'Started at:' `date`
cd /var/www/www2.aseltd.eu
find sites/ase/ -type f \( ! -iname defines.php -and ! -iname UserManager.php \) -mtime -1 -exec ls -la {} \;
find sites/ase/ -type f \( ! -iname defines.php -and ! -iname UserManager.php \) -mtime -1 -exec scp {} alex@80.211.60.65:/var/www/aseltd.eu/{} \;
echo 'Ended at: ' `date`