Add manual-only backup schedules

This commit is contained in:
Mikei386
2026-06-15 17:22:09 +02:00
parent e66d89598d
commit 3579756cc9
8 changed files with 30 additions and 12 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r018">
<!ENTITY version "2026.06.15.r019">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "56f07ac0a18bf9067c8cb38ef6e5cbf69d52a2313e37f32f87b619268a47d6e8">
<!ENTITY packageSHA256 "89f13497e0503b91602af00343fb15cd897e775189e63fbd6af4e0c302ff06d4">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.15.r019
- Add a clearly labeled manual-only schedule mode for every backup and Rsync job.
- Keep manual-only jobs enabled for one-click starts while excluding them from scheduled and catch-up runs.
### 2026.06.15.r018
- Run a write-free Rsync preflight to estimate the actual transfer size before copying.
- Abort Rsync jobs when the estimated transfer exceeds the free destination capacity.