This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title michael@pumbaa | |
echo _____ ______ ___ __ ___ ___ ________ _____ ______ ________ ________ | |
echo ^|^\ _ \ _ \^|^\ \ ^|^\ \^|^\ \^|^\ \ ^|^\ ___ \^|^\ _ \ _ \^|^\ __ \^|^\ ___ \ | |
echo \ \ \\\__\ \ \ \ \ \ \ \ \ \ \ \ \ \ \_^|^\ \ \ \\\__\ \ \ \ \^|^\ \ \ \\ \ \ | |
echo \ \ \\^|__^| ^\ \ \ \ __\ \ \ \ \ \ \ \ \ \ \\ \ \ \\^|__^| ^\ \ \ __ \ \ \\ \ \ | |
echo \ \ \ \ \ \ \ \^|^\__\_\ \ \ \ \ \____\ \ \_\\ \ \ \ \ \ \ \ \ \ \ \ \\ \ \ | |
echo \ \__\ \ \__\ \____________\ \__\ \_______\ \_______\ \__\ \ \__\ \__\ \__\ \__\\ \__\ | |
echo \^|__^| ^\^|__^|^\^|____________^|^\^|__^|^\^|_______^|^\^|_______^|^\^|__^| ^\^|__^|^\^|__^|^\^|__^|^\^|__^| ^\^|__^| | |
echo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# cloudflareddns.sh - dynamic dns updater module for Synology | |
# | |
# Author: | |
# Michael Wildman (http://mwild.me) | |
# | |
# Version: | |
# 0.2 | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
pause | |
echo --- %date% - %time%: WinSCP Sync startup | |
echo option batch continue > "C:\var\scpsync-photo.tmp" | |
echo option confirm off >> "C:\var\scpsync-photo.tmp" | |
echo open michael@ds01 >> "C:\var\scpsync-photo.tmp" | |
echo synchronize local "C:\Users\Michael\Pictures" "/home/photo" -delete >> "C:\var\scpsync-photo.tmp" | |
echo keepuptodate "C:\Users\Michael\Pictures" "/home/photo" -delete >> "C:\var\scpsync-photo.tmp" | |
"C:\Program Files (x86)\WinSCP\WinSCP.com" /script="C:\var\scpsync-photo.tmp" | |
echo --- %date% - %time%: WinSCP shutdown |
NewerOlder