49 Commits

Author SHA1 Message Date
6cc96716ba - Using borg command as catch-all for borgmatic.\n- Fixed bug in if statement. 2024-06-13 21:58:15 +01:00
52a3aa179e SynologyTimedShutdown.sh 2024-06-13 21:16:46 +01:00
14e0cc4891 [Docker Backup Script v1.1.0.1]
- Fixed cleanup command so that it deletes directories recursively.
2024-05-01 22:58:34 +01:00
a11f865eee Updated bookstack_db backup command to MariaDB 2024-04-26 12:35:20 +00:00
5f516949ba [Docker Backup Script v1.1]
- Made post-backup tasks reusable.
2024-04-23 00:00:56 +01:00
fd10e50188 [Docker Backup Script v1.0]
- Added Gogs to backup script.
- Made various tweaks.
2024-04-21 15:39:17 +01:00
435ffacdc4 [Docker Backup Script v1.0] 2024-04-21 14:57:03 +01:00
b19c168123 Merge branch 'master' of https://o-m-e-g-a.synology.me:3001/dunestorm/Scripts 2023-02-26 14:55:43 +00:00
f31df4f2ca [Proxmox Timed Shutdown]
- Changed main loop to only retry twice after a 30 min interval.
2023-02-26 14:54:01 +00:00
c297a16867 KDE Plasma Display Auto-Resize Script
To allow auto-resizing in KVM/QEMU
2022-12-05 08:41:42 +00:00
04db5027c1 [Proxmox Timed Shutdown]
- Log file function with date/time stamp prefix.
- Log file rotation.
- Shutdown loop to handle overrunning backup tasks.
2022-09-24 17:44:09 +01:00
2029eb40bc [Proxmox Timed Shutdown]
- Backup query has been moved after sleep function to prevent bogus results.
2022-06-29 22:57:28 +01:00
9a521cd1aa [Proxmox Timed Shutdown]
- Added ability to cancel session shutdown depending on presence
of environment variable.
2022-06-04 00:34:57 +01:00
333fe4bf71 [Proxmox Timed Shutdown]
- Ammended based on live test
2022-05-16 20:21:50 +01:00
0bece429b6 [Proxmox Timed Shutdown]
- Ammended timings
2022-05-16 00:55:30 +01:00
f53ca78f6d [Proxmox Timed Shutdown] 2022-05-15 21:53:30 +01:00
b47f82ef06 [gpEdit v1.01]
- Fixed critical bug which incorrectly tagged all vanilla media regardless of whether an edit existed.
2020-11-14 20:52:57 +00:00
41ab67cd7f [gpEdit v1.0]
- Refectored code.
2020-11-14 19:55:23 +00:00
7313f179cb [gpEdit v1.0] 2020-11-14 19:33:37 +00:00
132d9a74f2 MESwitcher (Python) v0.9
- Fully functional Python implementation of original PowerShell script.
- Renamed PowerShell script.
2020-08-27 18:22:19 +01:00
096a5f07c1 [Prime-Gamma]
- Implemented gamma delay.
2020-06-11 23:28:44 +01:00
73ab83bc00 [Prime-Gamma]
- Added brightness adjustment.
- Configs have been separated for easier UX.
2020-06-10 19:06:36 +01:00
c97a0c5c25 [Prime-Gamma]
- Separated resolution and gamma changes for less runtime overhead.
- Input parameters now supported and required.
- Pause between resolution and gamma change to make changing gamma
reliable.
2020-06-10 18:04:15 +01:00
892c3aa284 [Prime-Gamma]
- Working script to set display gamma.
2020-06-10 15:58:30 +01:00
22c1449213 Replaced VMware config with VirtualBox 2020-06-09 20:56:53 +01:00
aa2e5ee759 Smart iSCSI Mounter v0.98.5.3
- Implemented iSCSI discovery to enable first-time connections to
function. Needs Testing!
2020-06-07 22:33:01 +01:00
de1ae790e7 Smart iSCSI Mounter v0.98.5.2
- Refactored read_iscsi_con.
2020-05-24 12:48:17 +01:00
18d0f2a237 Smart iSCSI Mounter v0.98.5.1
- Removed stdout and stderr redirection from mount and un-mount
operations to show warnings and errors regardless of the quiet
flag state.
2020-05-24 12:35:06 +01:00
d24f445d23 Smart iSCSI Mounter v0.98.5
- Implemented check to correct iSCSI target connection count.
2020-05-23 19:11:55 +01:00
416788cbc8 Smart iSCSI Mounter v0.98.5
- Refactored variables.
- Removed anomalous variable from quiet function.
2020-05-23 18:52:31 +01:00
d6cd7bbfee Smart iSCSI Mounter v0.98.5
- Rearchitected script to handle loading of config files.
- Included personal config file.
2020-05-23 17:56:24 +01:00
ba38b506ce Smart iSCSI Mounter v0.98
- Fixed verbosity of read_iscsi_con.
2020-05-23 15:30:19 +01:00
7be64c8ee6 Renamed iscsi_vms.sh to smart-iscsi.sh 2020-05-23 15:14:39 +01:00
5dc670cfcf Smart iSCSI Mounter v0.98
- Implemented quiet flag.
- Reworked help display.
- Re-wrote args handling to be less rigid.
2020-05-23 15:09:20 +01:00
3fae36c374 Smart iSCSI Mounter v0.97.1
- Improved handling of input args.
2020-05-23 14:37:12 +01:00
4f042de02f Smart iSCSI Mounter v0.97
- Refactored check_dir to report_status.
- Force initiated iSCSI status read prior to status check.
2020-05-21 23:57:29 +01:00
4b1dc8c5fc Smart iSCSI Mounter v0.97
- Attempting to read from iscsiadm must now be challenged by root.
- Mount operations now take into account the defined iSCSI target
rather than simply the number of active connections.
2020-05-21 19:50:55 +01:00
6f6bb50444 Smart iSCSI Mounter v0.96
- The status function now lists active connections.
- Active iSCSI connections are now tested for when mounting/un-mounting
targets.
- The force flag is now required to override mounting/un-mounting
exceptions.
2020-05-21 17:44:29 +01:00
08c9458929 Smart iSCSI Mounter v0.95
- Updated usage options.
2020-05-21 12:38:05 +01:00
75ad35b1f5 Smart iSCSI Mounter v0.95
- Process tester and status.
- Version checker.
- Force flag.
- Admin rights now only required when mounting/un-mounting.
- Using lazy method of mounting filesystem for better reliability.
	- Ensured mounting is non permanent in mount-flags.
2020-05-21 12:37:34 +01:00
a503fcad48 - Added support to show mount status
- Showing better verbosity of run commands
2020-05-20 14:40:55 +01:00
b7151c57c6 Initial script to mount and unmount iSCSI shares 2020-05-20 14:14:51 +01:00
5cdaf07025 Fixed typo in TMPDIR configurable 2019-08-08 23:38:57 +00:00
ed44a42865 Added script to perform a full Gitea docker container backup 2019-08-04 10:14:46 +00:00
e9399ff0f8 Updated server name to SR3 2019-06-07 18:24:10 +00:00
65c6b4c7ae Added comment to inform user of pending backup process. 2019-06-02 09:58:21 +00:00
b5e8e369a5 Checked in working RoboCopy script to backup Launchbox. 2019-06-01 13:53:03 +00:00
af0e70bf78 Imported ME_Game_Toggler 2019-03-05 22:57:30 +00:00
2f4a9eb18e Imported PSSystemImage 2019-03-05 22:57:16 +00:00