Mr. Walls
Mr. Walls
There are better (as in more portable and less error prone and more compact readable code) fixes for this: when using `find` it is best to use `find ... -print0...
so is this a free regression test waiting to be merged?
🤔 this seems closely related to #195
this probable means testing hard-links as part of #190 could be impacted in adition to https://github.com/laurent22/rsync-time-backup/blob/88db869fe7a52864e18afc7e16a971499f79e830/rsync_tmbackup.sh#L249-L251 adding a function like: ```bash fn_test_file_removable() { fn_run_cmd "test -w '$1'" } ``` might...
> The permission problem when logging in as non-root can be solved adding "-M--fake-super" to ssh options. 🎉 ...Nice! ...um 😕... how? pretend I'm an idiot linux kernel ... just...
FYI this issue is caused by https://github.com/laurent22/rsync-time-backup/blob/88db869fe7a52864e18afc7e16a971499f79e830/rsync_tmbackup.sh#L359 and https://github.com/laurent22/rsync-time-backup/blob/88db869fe7a52864e18afc7e16a971499f79e830/rsync_tmbackup.sh#L378
#184 looks to be a possible fix for the `/` issue discussed here, but I wonder if fixing the issue when parsing args might be safer and easier to maintain...
oh missed this convo before I started on it: checkout PR #205 for adding tests @mandric ... no tests yet but adds functional testing (bash doesn't really have bite-sized units...
To prevent duplicates I'll add my details here: maintainers please re-triage if this is a different issue. Issue: when opening or making Mac Fan Control `active` (ie any action which...