Add scheduled rsync copy jobs

This commit is contained in:
Mikei386
2026-06-15 17:15:27 +02:00
parent 2abfc8eb26
commit 6c795fd97d
15 changed files with 524 additions and 59 deletions
+7 -1
View File
@@ -2,13 +2,19 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r016">
<!ENTITY version "2026.06.15.r017">
<!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 "REPLACE_DURING_RELEASE">
]>
<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.r017
- Add scheduled Rsync copy jobs with separate source and destination folder browsers.
- Add explicit controls for overwrite behavior, destination deletion, permissions, ownership, timestamps, links, ACLs, extended attributes, checksums, and dry runs.
- Integrate Rsync progress, pause, resume, cancellation, activity history, and notifications into the existing global queue.
- Reject overlapping source and destination paths and require an extra confirmation before enabling destination deletion.
### 2026.06.15.r016
- Keep long backup progress statistics inside the progress column and wrap them before they can overlap pause or abort controls.
- Stack progress statistics on narrow displays for reliable activity-table layout.