refresh script
This commit is contained in:
6
scp_aseweb_aruba.sh
Executable file
6
scp_aseweb_aruba.sh
Executable 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`
|
||||
Reference in New Issue
Block a user