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

Pull BACKUPMON v1.5.10 #22

Merged
merged 8 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For those wishing to contribute to BACKUPMON, please make your mods to the **"ba

**Your First Code Contribution**
* Pull requests are the method for submitting changes. Here's the general process:
* Fork the repository.
* Fork the "develop" repository.
* Create a new branch in your fork (git checkout -b feature/my-new-feature).
* Make your changes.
* Commit your changes (git commit -am 'Add some feature').
Expand All @@ -32,6 +32,7 @@ For those wishing to contribute to BACKUPMON, please make your mods to the **"ba
* Include links to existing BUGS or REQs when possible.
* Include screenshots and logs whenever possible.
* End all files with a newline.
* Send $20 for an expedited commit turnaround <jk> :)

**Documentation Styleguide**
* Keep language simple and clear.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BACKUPMON v1.5.9
# BACKUPMON v1.5.10
![image](https://github.com/ViktorJp/BACKUPMON/assets/97465574/671c7e01-6343-4f10-8139-bdf53ba28779)

**First off** -- HUGE thanks to @Jeffrey Young for sharing his original backup script. His script is the main engine of BACKUPMON, and all credit goes to him! BACKUPMON is simply a wrapper around Jeff's backup script functionality, adding easy-to-use menus, more status feedback, and the ability to launch a restore based on your previous backups. Also, big thanks to @Martinski for his many contributions as well as his extremely helpful AMTM email library script, and huge props to @visortgw for contributing to the backup methodologies thread with his scripts and wisdom!
Expand Down
File renamed without changes.
Loading