From 5f0faff74d746021a8f82c0e22697c5ae4d10565 Mon Sep 17 00:00:00 2001 From: daerSeebaer <61566539+daerSeebaer@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:58:14 +0200 Subject: [PATCH 1/4] update to 2.5.23 --- pkgfiles/tools/chocolateyinstall.ps1 | 12 ++++++------ pkgfiles/urbackup-client.nuspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgfiles/tools/chocolateyinstall.ps1 b/pkgfiles/tools/chocolateyinstall.ps1 index ba32e58..f6be6d4 100644 --- a/pkgfiles/tools/chocolateyinstall.ps1 +++ b/pkgfiles/tools/chocolateyinstall.ps1 @@ -7,16 +7,16 @@ $url = '' $pp = Get-PackageParameters if (!$pp.TrayIcon){ $pp.TrayIcon = 'False' - $UrExe = 'https://hndl.urbackup.org/Client/2.4.10/UrBackup%20Client%20NoTray%202.4.10.exe' - $ChkSum = '9E9261B753DF74C36B44FCCF2129D25FAB631C1600ED861C0795CC6E442A4E9B' + $UrExe = 'https://hndl.urbackup.org/Client/2.5.23/UrBackup%20Client%20NoTray%202.5.23.exe' + $ChkSum = '814B39E44A1C31A84B09756AD121487C4453AA3D4CE49DCABCBE49113784C426' } if ($pp.TrayIcon -eq 'False'){ - $UrExe = 'https://hndl.urbackup.org/Client/2.4.10/UrBackup%20Client%20NoTray%202.4.10.exe' - $ChkSum = '9E9261B753DF74C36B44FCCF2129D25FAB631C1600ED861C0795CC6E442A4E9B' + $UrExe = 'https://hndl.urbackup.org/Client/2.5.23/UrBackup%20Client%20NoTray%202.5.23.exe' + $ChkSum = '814B39E44A1C31A84B09756AD121487C4453AA3D4CE49DCABCBE49113784C426' } if ($pp.TrayIcon -eq 'True'){ - $UrExe = 'https://hndl.urbackup.org/Client/2.4.10/UrBackup%20Client%202.4.10.exe' - $ChkSum = '727B31ED6400DEDC48E3C362014FB85970D50799BFE084316EB79A028C37E434' + $UrExe = 'https://hndl.urbackup.org/Client/2.5.23/UrBackup%20Client%202.5.23.exe' + $ChkSum = 'B1B3B859981708E1E10DC9AAA1DD179533CF0F8BCD08DC2B4BC5D71CC549B07D' } #Based on Nsis diff --git a/pkgfiles/urbackup-client.nuspec b/pkgfiles/urbackup-client.nuspec index 27b7d6c..d4c2cdf 100644 --- a/pkgfiles/urbackup-client.nuspec +++ b/pkgfiles/urbackup-client.nuspec @@ -2,7 +2,7 @@ urbackup-client - 2.4.10 + 2.5.23 UrBackup-Client (Install)) Martin Raiber Martin Raiber From 7c21c22468b7ad3ec6c71dc5e8e8e6f661157f40 Mon Sep 17 00:00:00 2001 From: daerSeebaer <61566539+daerSeebaer@users.noreply.github.com> Date: Fri, 14 Apr 2023 20:09:11 +0200 Subject: [PATCH 2/4] refactored metadata --- pkgfiles/urbackup-client.nuspec | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/pkgfiles/urbackup-client.nuspec b/pkgfiles/urbackup-client.nuspec index d4c2cdf..53ce501 100644 --- a/pkgfiles/urbackup-client.nuspec +++ b/pkgfiles/urbackup-client.nuspec @@ -1,24 +1,29 @@ + urbackup-client 2.5.23 - UrBackup-Client (Install)) + https://github.com/daerSeebaer/choco-urbackup-client/ + Sebastian Dallinger + + UrBackup-Client (Install) Martin Raiber - Martin Raiber - http://www.urbackup.org/ + https://www.urbackup.org/ false + https://www.urbackup.org/documentation.html + urbackup-client admin backup UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time. -File and image backups are made while the system is running without interrupting current processes. - -UrBackup also continuously watches folders you want backed up in order to quickly find differences to previous backups. Because of that, incremental file backups are really fast. - -Your files can be restored through the web interface, via the client or the Windows Explorer while the backups of drive volumes can be restored with a bootable CD or USB-Stick (bare metal restore). - -A web interface makes setting up your own backup server really easy. For a quick impression please look at the screenshots here. - -Currently there are over 8300 running UrBackup server instances (with auto-update enabled) with some instances having hundreds of active clients. - urbackup-client admin backup + File and image backups are made while the system is running without interrupting current processes. + + UrBackup also continuously watches folders you want backed up in order to quickly find differences to previous backups. Because of that, incremental file backups are really fast. + + Your files can be restored through the web interface, via the client or the Windows Explorer while the backups of drive volumes can be restored with a bootable CD or USB-Stick (bare metal restore). + + A web interface makes setting up your own backup server really easy. For a quick impression please look at the screenshots here. + + Currently there are over 8300 running UrBackup server instances (with auto-update enabled) with some instances having hundreds of active clients. + https://www.urbackup.org/client_changelog.html \ No newline at end of file From 4a4e358d41a17e478c7461e327bc406296616bf6 Mon Sep 17 00:00:00 2001 From: daerSeebaer <61566539+daerSeebaer@users.noreply.github.com> Date: Fri, 14 Apr 2023 20:22:19 +0200 Subject: [PATCH 3/4] added gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbe7bcd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.nupkg \ No newline at end of file From 9f633677ab104b79ef081f536798605bf729de92 Mon Sep 17 00:00:00 2001 From: daerSeebaer <61566539+daerSeebaer@users.noreply.github.com> Date: Fri, 14 Apr 2023 22:21:03 +0200 Subject: [PATCH 4/4] basic content for readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a064694..2adec6c 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# choco-urbackup-client \ No newline at end of file +# choco-urbackup-client + +Files for the creation of a chocolatey package for the client versions of UrBackup. + +## Contributing +Please keep in line with the rules and standards laid out by Chocolatey: https://docs.chocolatey.org/en-us/create/create-packages + +## Scope +This repository is only intended for work on that specific package. For general issues with Chocolatey or UrBackup, please consult the respective documentation.