Skip to content

Commit

Permalink
Issue openmediavault#1736: Add support to create yearly scheduled sha…
Browse files Browse the repository at this point in the history
…red folder snapshots (openmediavault#1738)

Fixes: openmediavault#1736

Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Apr 2, 2024
1 parent 8f0f96a commit 715da48
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deb/openmediavault/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
openmediavault (7.0.5-1) stable; urgency=low

*
* Issue #1736: Add support to create yearly scheduled shared
folder snapshots.

-- Volker Theile <volker.theile@openmediavault.org> Fri, 29 Mar 2024 19:22:33 +0100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,23 @@ export class SharedFolderSnapshotsTabsPageComponent {
)
}
}
},
{
text: gettext('Yearly'),
execute: {
type: 'request',
request: {
service: 'ShareMgmt',
method: 'createScheduledSnapshotTask',
params: {
uuid: '{{ _routeParams.uuid }}',
execution: 'yearly'
},
successNotification: gettext(
'A scheduled task to create a snapshot has been created.'
)
}
}
}
]
},
Expand Down

0 comments on commit 715da48

Please sign in to comment.