<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Backups Archives - Jim Dolby</title>
	<atom:link href="https://jim.dolby.id.au/tag/backups/feed" rel="self" type="application/rss+xml" />
	<link>https://jim.dolby.id.au/tag/backups</link>
	<description>A Geek and still proud of it!</description>
	<lastBuildDate>Wed, 03 Jun 2020 06:37:39 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">195341223</site>	<item>
		<title>How to replace Dropbox OneDrive or sugarsync with syncthing</title>
		<link>https://jim.dolby.id.au/tips/backup-and-sync-tips/how-to-replace-dropbox-onedrive-or-sugarsync-with-syncthing.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 06:37:33 +0000</pubDate>
				<category><![CDATA[Backup and Sync]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[sugarsync]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=293</guid>

					<description><![CDATA[<p>If your sick of paying for synchronization software that is overpriced or your running out of space using a free account, Syncthing is one answer, particularly if you have computers in multiple locations or have a good friend or family member that is happy to share some HDD space and internet bandwidth to allow you [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/tips/backup-and-sync-tips/how-to-replace-dropbox-onedrive-or-sugarsync-with-syncthing.html">How to replace Dropbox OneDrive or sugarsync with syncthing</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If your sick of paying for synchronization software that is overpriced or your running out of space using a free account, Syncthing is one answer, particularly if you have computers in multiple locations or have a good friend or family member that is happy to share some HDD space and internet bandwidth to allow you to do offsite automatic backups.</p>



<p>We recently discovered <a href="https://syncthing.net/">SyncThing</a> and have been very impressed with it&#8217;s <a href="https://docs.syncthing.net/users/index.html">features</a>, functionality and <a href="https://syncthing.net/security/">security</a>. If you have not yet heard of SyncThing, then you don&#8217;t know what your missing out on.  It has many awesome features, a few of which are listed below.</p>



<ul class="wp-block-list"><li>Syncthing is an amazing free software that allows you to share folders between networked devices, such as laptops and mobile phones.</li><li>Syncthing has clients for <a href="https://github.com/canton7/SyncTrayzor/releases/latest">windows</a>, <a href="https://github.com/syncthing/syncthing-macos/releases/latest">mac</a> and <a href="https://syncthing.net/downloads/">linux</a> computers</li><li>Syncthing has clients for <a href="https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid">android</a> and apple ios (ipad, iphone, ipod) although the later has limited support.</li><li>Sycthing is <a href="https://syncthing.net/security/">secure</a>.</li><li>Syncthing can be setup to sync in a <a href="https://en.wikipedia.org/wiki/Mesh_networking">mesh</a> or <a href="https://en.wikipedia.org/wiki/Spoke%E2%80%93hub_distribution_paradigm">spoke</a>.</li></ul>



<p></p>
<p>The post <a href="https://jim.dolby.id.au/tips/backup-and-sync-tips/how-to-replace-dropbox-onedrive-or-sugarsync-with-syncthing.html">How to replace Dropbox OneDrive or sugarsync with syncthing</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">293</post-id>	</item>
		<item>
		<title>Backup MYSQL databases on Windows 10 free Script</title>
		<link>https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Wed, 08 May 2019 04:47:31 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=106</guid>

					<description><![CDATA[<p>We needed a simple way to automatically Backup MySQL on windows 10 for free. Our development and testing environments required: The convenience of backing up all DBs (such as This Script does). Ability to exclude some of the DBs in each machine. Date stamped backups, so changes are backed up each day. Free and preferably [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html">Backup MYSQL databases on Windows 10 free Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We needed a simple way to automatically Backup MySQL on windows 10 for free. Our development and testing environments required: </p>



<ul class="wp-block-list"><li>The convenience of backing up all DBs (such as <a href="https://www.proy.info/one-click-automatic-backup-all-your-mysql-database-in-zip-format-on-windows/">This Script</a> does).</li><li>Ability to exclude some of the DBs in each machine. </li><li>Date stamped backups, so changes are backed up each day.</li><li>Free and preferably open-source.</li><li>Easy to integrate into our existing <a href="https://www.securetech.com.au/projects/opensource/yts-backup-script.html">backup scripts</a>. </li></ul>



<p>A quick search showed up nothing. We decided to expand the above mentioned script functionality to include what we require. Provided below is the important parts of the script:</p>



<pre class="wp-block-code"><code>:: allows for skipping of particular databases
set SkipThis=0
for /d %%f in (*) do (
    set /A Counterf=!Counterf!+1
    :: remove echo here if you like
    echo processing folder "%%f"
    pushd "%~dp0"
        set Countera=0
        for %%a in (*.exclude) do (
            rem increment the counter, so we know how many files we have read.
            set /A Countera=!Countera!+1
            if %Debug% == 1 echo DEBUG - Exclude file found: "%%~na"
            if %%a == %%f.exclude set SkipThis=1
            if !SkipThis! == 1 if %Debug% == 1 echo DEBUG - Skipping Backup of "%%f"
            )
        If %Debug% == 1 echo DEBUG - !Countera! exclude files checked
    popd

    if !SkipThis! == 0 %mysqldump% --host="localhost" --user=%dbUser% --password=%dbPassword% --single-transaction --add-drop-table --databases %%f > %backupDir%\%dirName%\%%f.sql
    if !SkipThis! == 0 %zip% a -tzip %backupDir%\%dirName%\%fileSuffix%_%%f.sql.zip %backupDir%\%dirName%\%%f.sql
    if !SkipThis! == 0 set /A Counterb=!Counterb!+1

    :: make sure to set this back to normal, so we don't skip the next DB backup as well
    set SkipThis=0
)
echo DONE - !Counterf! DBs found, !Counterb! DBs backed up
</code></pre>



<p>We then just need to create some blank files with &#8220;<em>.exclude</em>&#8221; extension. The &#8220;<em>.exclude</em>&#8221; files have the same name as the DB to exclude. Example such as &#8220;<em>sys.exclude</em>&#8221; will exclude the &#8220;<em>sys</em>&#8221; DB from backups</p>



<p>Licensing is as usual, this script is <a href="https://www.securetech.com.au/projects/opensource">Open Source</a> and we provide a download for your easy of use.</p>



<h2 class="wp-block-heading">Troubleshooting</h2>



<ol class="wp-block-list"><li>If backups are not created, check all your location variables are set correctly</li></ol>



<h2 class="wp-block-heading">How to Use</h2>



<ol class="wp-block-list"><li>Download the MySQL Backup Script and extract into a suitable location.</li><li>Open up &#8220;<em>MySQLBackup.bat</em>&#8221; in <a href="https://notepad-plus-plus.org/download/all-versions.html">notepad++</a> (or similar).</li><li>You will need to change the dbUser, dbPassword, backupDir, mysqldump, mysqlDataDir and zip file/app locations on lines 4-9.</li><li>Save the file and run (you can open a command prompt by typing cmd into the title bar of explorer)</li><li>This script will now be executable. Go to your command prompt and run this to backup your databases.</li><li>If backups are not created, check all your location variables are set correctly</li></ol>


<p><!--EndFragment--></p>


<p>Next time you need to Backup MySQL on windows 10 for free, use this script to make it easy</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/backup-mysql-databases-on-windows-10.html">Backup MYSQL databases on Windows 10 free Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">106</post-id>	</item>
		<item>
		<title>YTS Backup Script</title>
		<link>https://jim.dolby.id.au/projects/opensource/yts-backup-script.html</link>
		
		<dc:creator><![CDATA[YTS_Jim]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 12:04:53 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.securetech.com.au/?p=63</guid>

					<description><![CDATA[<p>Download YTS Backup Script YTS_Backup_script.cmd is an easily customisable backup script for Windows Through the use of .backup files, its easy to add extra directories or files to backup when run. To setup, we need to extract the files from the ZIP into a directory.once extracted, edit &#8220;YTS_Backup_script.cmd&#8221; file with Notepad++ or similar. You will [&#8230;]</p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/yts-backup-script.html">YTS Backup Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.securetech.com.au/yts_backup_script">Download YTS Backup Script</a></p>



<p>YTS_Backup_script.cmd is an easily customisable backup script for Windows</p>



<p>Through the use of .backup files, its easy to add extra directories or files to backup when run.</p>



<p>To setup, we need to extract the files from the ZIP into a directory.<br>once extracted, edit &#8220;<em>YTS_Backup_script.cmd</em>&#8221; file with <a href="https://notepad-plus-plus.org/download/all-versions.html">Notepad++</a> or similar.</p>



<p>You will then need to setup your script location &amp; backup directory location.</p>



<ul class="wp-block-list"><li>1) Look for &#8220;set ScriptDir=D:\files\Projects\YTS_Backup_Scripts&#8221; and change it to suite your needs.<br>NOTE: This Directory name needs to not have any spaces in it, or the script will fail.</li><li>2) Look for &#8220;set ScriptDrive=D:&#8221; and change it to suite your needs.</li><li>3) Look for &#8220;set BackupDir=C:\Backups\Manual&#8221; and change it to suite your needs.</li><li>4) Look for &#8220;set BackupDrive=C:&#8221; and change it to suite your needs.</li><li>5) Open &#8220;mydocs.bac&#8221; with notepad++ by double clicking on the file, and associating with notepad++.<br>Edit this File to your needs. the file contains only two lines.<br>Line1 is the source file or directory for xcopy to use.<br>Line2 is the destination file or directory for xcopy to use.<br>NOTE: do not add extra lines to this file, as this will break the script. two lines only.</li><li>6) Open &#8220;Outlook.bac&#8221; with notepad++<br>Edit this File to your needs.<br>to add more files to your backup, simply change add another .bac file to the script directory and enter the details correctly.</li></ul>



<p><a href="https://www.securetech.com.au/yts_backup_script">Download YTS_Backup_script</a></p>
<p>The post <a href="https://jim.dolby.id.au/projects/opensource/yts-backup-script.html">YTS Backup Script</a> appeared first on <a href="https://jim.dolby.id.au">Jim Dolby</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">63</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jim.dolby.id.au @ 2026-04-20 09:21:24 by W3 Total Cache
-->