blob: 7a46f08891ddaed0a9fcbb11ff6d7fe132364646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#+TITLE: rsyncshot Tasks
#+AUTHOR: Craig Jennings & Claude
#+DATE: 2026-02-19
* rsyncshot Open Work
** TODO Add internal flock locking to rsyncshot; remove external flock wrappers from crontabs
Implement internal flock locking in rsyncshot so cron entries don't need external
flock wrappers. See [[file:.ai/internal-flock-suggestion.txt][.ai/internal-flock-suggestion.txt]] for implementation details
(exec-based locking with fd 200, non-blocking -n flag recommended).
After implementing, remove flock wrappers from root crontab on:
- velox (desktop)
- velox laptop
See also: [[file:.ai/flock-internal-locking.org][.ai/flock-internal-locking.org]]
* rsyncshot Resolved
|