You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
- Enhanced `-d` parameter: Added support for custom disk labels or UUIDs to override default locations. Multiple targets can be specified as a CSV list. (a9699ab)
14
14
15
-
16
15
### Changed
17
16
18
17
- Improved automated search for backup target partitions: The script now also searches for the first partition labeled `pve_backup_usb` under `/dev/disk/by-label/`. (a9699ab)
@@ -30,25 +29,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
29
31
30
- ⚠️ Changed repository URL from `https://github.com/foundata/proxmox-pve_backup_usb` to `https://github.com/foundata/proxmox-pve-backup-usb` according to [our guidelines](https://github.com/foundata/guidelines/blob/master/git-repository-naming.md). GitHub [redirects HTTP and most of the `git` actions](https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository) but executing `git remote set-url origin [email protected]:foundata/proxmox-pve-backup-usb.git` is recommended.
32
31
33
-
- Better error messages (dmesg), e.g. provide useful information in the script's log about hardware failures (94b68df)
32
+
- Better error messages (dmesg), e.g. provide useful information in the script's log about hardware failures. (94b68df)
34
33
35
34
36
35
## [1.1.3] - 2023-09-10
37
36
38
-
### Fixed
39
-
40
-
- Fix error preventing copying even if there is enough space on the target in some situations (559eb10)
41
-
42
37
### Changed
43
38
44
39
- Undo moving old dumps on target device if deleting them would not free up sufficient space. (c2a741f)
45
40
41
+
### Fixed
42
+
43
+
- Fix error preventing copying even if there is enough space on the target in some situations. (559eb10)
44
+
46
45
47
46
## [1.1.2] - 2023-08-30
48
47
49
48
### Fixed
50
49
51
-
- Fix regression, preventing email notification on success (085047d)
50
+
- Fix regression, preventing email notification on success. (085047d)
52
51
53
52
54
53
## [1.1.1] - 2023-08-23
@@ -62,11 +61,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
61
63
62
### Added
64
63
65
-
- Introduce "warning" as message type (5436f18)
64
+
- Introduce "warning" as message type. (5436f18)
66
65
67
66
### Changed
68
67
69
-
- "warning" if there were no backups to copy (was "error" before) (5436f18)
68
+
- "warning" if there were no backups to copy (was "error" before). (5436f18)
70
69
- Introduce `pve_backup_usb_` as prefix for tempfile. Makes it easier to look a the logfile's content during exec. (5436f18)
71
70
72
71
@@ -85,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments