Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Script: Duplicati #2052

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

tremor021
Copy link
Member

✍️ Description



✅ Prerequisites

The following steps must be completed for the pull request to be considered:

  • [*] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • [*] Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [*] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

@tremor021 tremor021 requested a review from a team as a code owner February 5, 2025 14:23
@github-actions github-actions bot added new script A change that adds a new script website A change to the website labels Feb 5, 2025
ct/duplicati.sh Outdated Show resolved Hide resolved
ct/duplicati.sh Outdated Show resolved Hide resolved
install/duplicati-install.sh Outdated Show resolved Hide resolved
tremor021 and others added 4 commits February 5, 2025 15:32
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
header_info
check_container_storage
check_container_resources

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove blank line

msg_error "No ${APP} Installation Found!"
exit
fi

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove blank line

Comment on lines +36 to +37
msg_info "Updating $APP"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove blank line & first msg_info because endless spinner

msg_info "Stopping $APP"
systemctl stop duplicati
msg_ok "Stopped $APP"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove 1 blank line

rm -rf ~/duplicati-${RELEASE}-linux-x64-gui.deb
msg_ok "Cleanup Completed"

echo "${RELEASE}" >/opt/${APP}_version.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set it after dpkg -i

"categories": [
7
],
"date_created": "2025-02-05",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set it to today, if we merge today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new script A change that adds a new script website A change to the website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants