This commit is contained in:
Greg Gauthier 2025-01-20 11:46:14 +00:00
parent 5362c6263e
commit 2651a3a037
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
[**Video Series**](https://rumble.com/playlists/ZLa9d1onaE0) [**Video Series**](https://rumble.com/playlists/ZLa9d1onaE0)
This series is ongoing. It began as an attempt to teach myself Action!, but has evolved into a continuous thing. My next extension to this project will involve [Thomas Cherryholmes Fujinet!](https://fujinet.online/) Keep an eye on this page, as I will be adding explanations, code samples, and other resource links here, to support the series. This series is ongoing. It began as an attempt to teach myself Action!, but has evolved into a continuous thing. My next extension to this project will involve [Thomas Cherryhomes Fujinet!](https://fujinet.online/) Keep an eye on this page, as I will be adding explanations, code samples, and other resource links here, to support the series.
--- ---

View File

@ -13,15 +13,12 @@ rsync --super -avhr -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd.
echo "-------------------" echo "-------------------"
echo "Rsync content files" echo "Rsync content files"
echo "-------------------" echo "-------------------"
rsync --super -avhr -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt/
rsync --super -avhr -e ssh ./htm/* gmgauthier@socrates:/var/www/oldcomputernerd.com/htm/
rsync --super -avhr -e ssh ./atari/* gmgauthier@socrates:/var/www/oldcomputernerd.com/atari/ rsync --super -avhr -e ssh ./atari/* gmgauthier@socrates:/var/www/oldcomputernerd.com/atari/
rsync --super -avhr -e ssh ./mvs/* gmgauthier@socrates:/var/www/oldcomputernerd.com/mvs/ rsync --super -avhr -e ssh ./mvs/* gmgauthier@socrates:/var/www/oldcomputernerd.com/mvs/
rsync --super -avhr -e ssh ./dos/* gmgauthier@socrates:/var/www/oldcomputernerd.com/dos/ rsync --super -avhr -e ssh ./dos/* gmgauthier@socrates:/var/www/oldcomputernerd.com/dos/
rsync --super -avhr -e ssh ./linux/* gmgauthier@socrates:/var/www/oldcomputernerd.com/linux/ rsync --super -avhr -e ssh ./linux/* gmgauthier@socrates:/var/www/oldcomputernerd.com/linux/
rsync --super -avhr -e ssh ./blog/* gmgauthier@socrates:/var/www/oldcomputernerd.com/blog/ rsync --super -avhr -e ssh ./blog/* gmgauthier@socrates:/var/www/oldcomputernerd.com/blog/
rsync --super -avhr -e ssh ./JUNK/* gmgauthier@socrates:/var/www/oldcomputernerd.com/JUNK/
echo "-------------------" echo "-------------------"
echo "Rsync root files" echo "Rsync root files"