summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-07Spell check and some improvementsrflx
2021-07-07Minor improvementsrflx
2021-07-06properly avoid reuploading non-modified filesGuido Cella
-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.
2021-07-05fixLuke Smith
2021-07-05Merge branch 'jesperbakhandskemager-master'Luke Smith
2021-07-05rss for rss bridgeLuke Smith
2021-07-05rss bridge tweaksLuke Smith
2021-07-05Fix domainJesper Handskemager
2021-07-05RSS Bridge Installation GuideJesper Handskemager
2021-07-05Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-05spell formLuke Smith
2021-07-04Merge pull request #62 from MattMadness/masterLuke Smith
Fix for Nextcloud Setup Issue #59
2021-07-03Updated nextcloud.htmkMatthew Evan
2021-07-03Updated nextcloud.htmlMatthew Evan
2021-07-03add missing colonLuke Smith
2021-07-03Merge branch 'el3ctr0lyte-master'Luke Smith
2021-07-03rsync fixesLuke Smith
2021-07-03Merge branch 'master' of git://github.com/el3ctr0lyte/landchad into ↵Luke Smith
el3ctr0lyte-master
2021-07-02footers icons easier to clickLuke Smith
2021-07-03Add a noterflx
2021-07-03Fix typorflx
2021-07-03Add a Calibre articlerflx
2021-07-02pleroma in indexLuke Smith
2021-07-02rssLuke Smith
2021-07-02Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-02Merge branch 'BiasedRiot-pleroma'Luke Smith
2021-07-02tweaks, standalone, openalias link imgsLuke Smith
2021-07-02Merge pull request #51 from pskaltsounis/masterLuke Smith
Update crypto.html
2021-07-02Update crypto.htmlPeter Skaltsounis
Patched a few typos to improve flow and readability
2021-07-01Merge branch 'pleroma' of git://github.com/BiasedRiot/landchad into ↵Luke Smith
BiasedRiot-pleroma
2021-07-01Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-01ufw rssLuke Smith
2021-07-01Merge pull request #34 from Juliaria08/masterLuke Smith
Fix typo, settings != setting
2021-07-01Merge pull request #35 from johnr365/masterLuke Smith
Added word-wrapping on XMR address to avoid looking weird on mobile…
2021-07-01Merge branch 'samuel-hunter-master'Luke Smith
2021-07-01ufw tweaksLuke Smith
2021-07-01Merge branch 'master' of git://github.com/samuel-hunter/landchad into ↵Luke Smith
samuel-hunter-master
2021-07-01irc rssLuke Smith
2021-07-01Merge branch 'termermc-create-irc-article'Luke Smith
2021-07-01irc tweaksLuke Smith
2021-07-01mergeLuke Smith
2021-07-01html titles aren't valid rssLuke Smith
2021-07-01Merge branch 'phirecc-master'Luke Smith
2021-07-01gitea RSSLuke Smith
2021-07-01gitea tweaks, img rmdLuke Smith
2021-07-01mention config rehashing=
2021-07-01remove text inconsistent from image=
2021-07-01change shell to /bin/bash=
2021-07-01Add giteaphire
2021-07-01add ids on headers=