<feed xmlns='http://www.w3.org/2005/Atom'>
<title>syskeep/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/syskeep/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/syskeep/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/'/>
<updated>2025-04-12T17:08:27Z</updated>
<entry>
<title>src/check: Stick to latest 90 backups</title>
<updated>2025-04-12T17:08:27Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-04-12T17:08:27Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=2215cc0999e43b32751bc493f2fe9d2e8c822170'/>
<id>urn:sha1:2215cc0999e43b32751bc493f2fe9d2e8c822170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/rc.sh: Update $BORG_REMOTE_PATH to borg14, per rsync.net upgrade to FreeBSD 14.2-RELEASE.</title>
<updated>2025-04-12T16:59:01Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-04-12T16:59:01Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=680ceddd8e347c564642f99f91b82bf91c9af067'/>
<id>urn:sha1:680ceddd8e347c564642f99f91b82bf91c9af067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/check: Retry flaky `btrfs scrub` command</title>
<updated>2025-03-26T13:38:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-03-26T13:38:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=572057ffa91482e3ef04f25efd2acd81b4667466'/>
<id>urn:sha1:572057ffa91482e3ef04f25efd2acd81b4667466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/rc.sh: Add -i to ls(1) alias</title>
<updated>2025-03-15T12:12:05Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-03-15T12:12:05Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=58f5a93401a7e558d8b5df7854597641ef0626b6'/>
<id>urn:sha1:58f5a93401a7e558d8b5df7854597641ef0626b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gc: Tolerate broken trash(1) package</title>
<updated>2024-12-23T06:30:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-12-23T06:30:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=56b4bd08e9c657e2b1d25daa1e8a66b8cf8887a1'/>
<id>urn:sha1:56b4bd08e9c657e2b1d25daa1e8a66b8cf8887a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/cronjob: Explicitly set $LANG</title>
<updated>2024-12-11T08:32:00Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-12-11T08:32:00Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=34276f38e7a40f086965846f912e2bf630f72b6a'/>
<id>urn:sha1:34276f38e7a40f086965846f912e2bf630f72b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/check: Remove --verify-data from borg</title>
<updated>2024-11-27T13:48:54Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-11-27T13:48:51Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=fe3801ee1905129c8f3e1e1e0816fb86ac082143'/>
<id>urn:sha1:fe3801ee1905129c8f3e1e1e0816fb86ac082143</id>
<content type='text'>
The run-time of it is not compatible with the cronjob model.  An
improved version should use the cronjob to trigger the action by
puttingit in a queue,and the cronjob itself would be finished.
Asyynchronously a worker would consume the message and do the content
verification, and at the end report the success or failure.  A later
cronjob at the end of the day could report the statuses of the events
from the day.
</content>
</entry>
<entry>
<title>src/rc.sh: Add exported $MAKEFLAGS</title>
<updated>2024-09-02T12:59:05Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-09-02T12:58:07Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=12a48c218a47cce01cbc6cf02247e595ff24f84b'/>
<id>urn:sha1:12a48c218a47cce01cbc6cf02247e595ff24f84b</id>
<content type='text'>
Make sure we have at least "3" as the cuncurrency for $N.
</content>
</entry>
<entry>
<title>src/gc: Remove gc_deploy()</title>
<updated>2024-08-30T08:13:00Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-08-30T08:13:00Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=7ecc05c5d21820f47627250e0111f665b75f813a'/>
<id>urn:sha1:7ecc05c5d21820f47627250e0111f665b75f813a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/reconfigure: Load /etc/rc.sh so we do not need a login shell</title>
<updated>2024-08-30T01:24:38Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-08-30T01:24:38Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/syskeep/commit/?id=03b1566be863379db1124aea689f6ae2bd89033f'/>
<id>urn:sha1:03b1566be863379db1124aea689f6ae2bd89033f</id>
<content type='text'>
</content>
</entry>
</feed>
