<feed xmlns='http://www.w3.org/2005/Atom'>
<title>landchad.git/rsync.html, branch master</title>
<subtitle>[MIRROR] Repo for Luke Smith's landchad.net site
</subtitle>
<id>https://git.bensanders.xyz/landchad.git/atom?h=master</id>
<link rel='self' href='https://git.bensanders.xyz/landchad.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/'/>
<updated>2022-06-25T14:56:36+00:00</updated>
<entry>
<title>convert to hugo</title>
<updated>2022-06-25T14:56:36+00:00</updated>
<author>
<name>Luke Smith</name>
<email>Luke Smith</email>
</author>
<published>2022-06-25T14:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=7e74a039122aef922d1619e636de3497ffcf7c60'/>
<id>urn:sha1:7e74a039122aef922d1619e636de3497ffcf7c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed my old attribution</title>
<updated>2021-11-23T11:44:00+00:00</updated>
<author>
<name>el3ctr0lyte</name>
<email>69082962+el3ctr0lyte@users.noreply.github.com</email>
</author>
<published>2021-11-23T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=48c2bcf47ce0070c8a8723c695c7bcbba8d73ecc'/>
<id>urn:sha1:48c2bcf47ce0070c8a8723c695c7bcbba8d73ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto donation links changed to standalone pages</title>
<updated>2021-11-15T13:08:01+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-11-15T13:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=6c6287ce5def72aa525fdd324e0fa1d9f9b75821'/>
<id>urn:sha1:6c6287ce5def72aa525fdd324e0fa1d9f9b75821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:LukeSmithxyz/landchad</title>
<updated>2021-07-13T18:40:27+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-07-13T18:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=420bf720da6ba30018baf4a7b292581e902cb1b0'/>
<id>urn:sha1:420bf720da6ba30018baf4a7b292581e902cb1b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor</title>
<updated>2021-07-13T18:40:20+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-07-13T18:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=1970b587f2c6255088ce27bcb1ea2b2dd0e29ccf'/>
<id>urn:sha1:1970b587f2c6255088ce27bcb1ea2b2dd0e29ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>properly avoid reuploading non-modified files</title>
<updated>2021-07-06T05:17:12+00:00</updated>
<author>
<name>Guido Cella</name>
<email>guido@guidocella.xyz</email>
</author>
<published>2021-07-05T14:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=fc47d8151230b61cc5b6adbb92ee65599ef0e493'/>
<id>urn:sha1:fc47d8151230b61cc5b6adbb92ee65599ef0e493</id>
<content type='text'>
-u does not avoid reuploading files that haven't been changed since the
last upload. That is the default behavior and can only disabled with
--ignore-times, -I. But for that to work, you need transfer modification
times with -t.

What -u does is skip uploading files that have a newer modified time on
the DESTINATION, which is not something that you commonly need. For
example, if you store translation strings in files, and both you and the
website owner modify them, you can use -u to ensure that you don't
overwrite newer translation files on the server when you upload, without
having to remember to download new changes before every upload. They
would otherwise be overwritten even if you haven't modified your local
files lately.

If you don't transfer the modification times, the versions on the
destination will have the modified time of the upload which is newer
than the last time they were modified locally, and so -u will skip
uploading them because they are newer on the receiver, but it's not
meant to be used for that. You should normally just use -t.

With -u you also risk that if the files on the server have been modified
for some reason after their local counterparts, they won't be updated on
uploads.
</content>
</entry>
<entry>
<title>add missing colon</title>
<updated>2021-07-03T14:49:28+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-07-03T14:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=935d9d26748281437157cffc10e949382f39b9d3'/>
<id>urn:sha1:935d9d26748281437157cffc10e949382f39b9d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rsync fixes</title>
<updated>2021-07-03T12:59:22+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-07-03T12:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=8d4177c694b51c72f76c7bf39bc52f2b7bbd8769'/>
<id>urn:sha1:8d4177c694b51c72f76c7bf39bc52f2b7bbd8769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a mistake</title>
<updated>2021-07-01T15:51:37+00:00</updated>
<author>
<name>el3ctr0lyte</name>
<email>69082962+el3ctr0lyte@users.noreply.github.com</email>
</author>
<published>2021-07-01T15:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=a3a04a496f59b65fbd78ce58fcaee4165e1bb88b'/>
<id>urn:sha1:a3a04a496f59b65fbd78ce58fcaee4165e1bb88b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic rsync tutorial</title>
<updated>2021-07-01T15:47:20+00:00</updated>
<author>
<name>el3ctr0lyte</name>
<email>69082962+el3ctr0lyte@users.noreply.github.com</email>
</author>
<published>2021-07-01T15:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/landchad.git/commit/?id=dc3768c1de25812f829a596883b18563da4c865f'/>
<id>urn:sha1:dc3768c1de25812f829a596883b18563da4c865f</id>
<content type='text'>
</content>
</entry>
</feed>
