File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2023-08-07 Matteo Corti <
[email protected] >
2
+
3
+ * tmstatus.sh: Corrected the timestamp of the latest backup with multiple destinations
4
+
1
5
2023-07-21 Matteo Corti <
[email protected] >
2
6
3
7
* tmstatus.sh: Corrected the size of the last backups (same values as Backup Loupe)
Original file line number Diff line number Diff line change
1
+ * 2023-08-07, Version 1.18.0
2
+ * Corrected the timestamp of the latest backup with multiple destinations
1
3
* 2023-07-21, Version 1.17.0
2
4
* Corrected the sizes of today's backups
3
5
* 2023-07-17. Version 1.16.0
Original file line number Diff line number Diff line change 1
- Corrected the sizes of today's backups
1
+ Corrected the timestamp of the latest backup with multiple destinations
Original file line number Diff line number Diff line change 1
- 1.17 .0
1
+ 1.18 .0
Original file line number Diff line number Diff line change 12
12
#
13
13
14
14
# shellcheck disable=SC2034
15
- VERSION=1.17 .0
15
+ VERSION=1.18 .0
16
16
17
17
export LC_ALL=C
18
18
264
264
DAYS_AGO=" $( format_days_ago " ${days} " ) "
265
265
printf ' Oldest:\t%s (%s)\n' " ${backup_date} " " ${DAYS_AGO} "
266
266
267
- LATESTBACKUP=" $( tmutil latestbackup) "
267
+ LATESTBACKUP=" $( tmutil latestbackup -d " ${tm_mount_point} " ) "
268
268
if echo " ${LATESTBACKUP} " | grep -q ' [0-9]' ; then
269
269
# a date was returned (should implement a better test)
270
270
DATE=" $( echo " ${LATESTBACKUP} " | sed ' s/.*\///' | sed ' s/[.].*//' ) "
You can’t perform that action at this time.
0 commit comments