Commit graph

3081 commits

Author SHA1 Message Date
9ec0a249dd
Add osTicket post to finalize_recovery() 2023-08-26 17:53:35 -07:00
ce1a4ed723
Merge remote-tracking branch 'upstream/dev' into dev 2023-08-26 17:40:26 -07:00
f7345a8a54
Improve full_disk_clone definition 2023-08-26 17:39:27 -07:00
075a0d8541
Ensure relocate_backup_gpt() is run last
Addresses issue #220
2023-08-26 17:38:27 -07:00
f216ba338a
Ignore more unused function args 2023-08-26 17:25:06 -07:00
657cc2e794
Merge remote-tracking branch 'upstream/dev' into dev 2023-08-26 17:24:00 -07:00
5147a4105f
Simplify finalization menu
Addresses issue #220
2023-08-26 16:57:33 -07:00
d933ec6415
Ignore some unused function arguments 2023-08-26 16:55:25 -07:00
f5681a93d8
Add finalization menu to ddrescue-tui
Addresses issue #220
2023-08-26 16:54:53 -07:00
dbe4a342cc
Fix source_parts usage
Addresses issue #221
2023-08-26 14:30:22 -07:00
f9da0c04ec
Merge remote-tracking branch 'upstream/dev' into dev 2023-08-26 13:37:24 -07:00
460fd9c952
Fix misc typos 2023-08-20 16:09:47 -07:00
f85940955a
Split wk/clone/ddrescue.py to match upstream 2023-08-20 16:07:32 -07:00
7603b93338
Remove temp variable from set_mode() 2023-08-13 20:47:55 -07:00
42720d322b
Move build_block_pair_report() to block_pair.py 2023-08-13 20:47:15 -07:00
6bef46bb4d
Move more logic into wk/clone/block_pair.py 2023-08-13 20:39:23 -07:00
670619b65e
Use new log.format_log_path sub_dir option
This removes the need to import time
2023-08-13 19:47:32 -07:00
b9c4c9c32f
Add sub_dir option to format_log_path 2023-08-13 19:36:38 -07:00
e7642bdc63
Move image sections to wk/clone/image.py 2023-08-13 17:46:31 -07:00
a12995b37d
Move ddrescue classes to separate files 2023-08-13 17:34:14 -07:00
ee34e692dd
Update source/dest earlier in the workflow
Addresses issue #219
2023-08-13 16:31:23 -07:00
2134536960
Remove journalctl alias 2023-08-13 16:15:29 -07:00
47ccd7dd91
Pre-compile Python scripts in build_linux 2023-08-05 14:50:49 -07:00
945338ca01
Add response color for money-related posts. 2023-07-23 15:50:11 -07:00
2e8d46fa26
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-16 18:08:10 -07:00
24e4f7ddcc
Fix pickling ddrescue State() 2023-07-16 18:07:08 -07:00
bddf47816f
Remove duplicate log setup 2023-07-16 17:46:38 -07:00
e1a29e4e38
Update authorized_keys 2023-07-12 13:04:05 -07:00
70bd04b999
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-12 13:00:15 -07:00
0c1c65182c
Fix HW Diags test selections for teststations 2023-07-12 12:48:31 -07:00
10eb638221
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-11 11:43:00 -07:00
fea809b199
Switch to Celeste theme 2023-07-11 11:38:39 -07:00
cda5aee714
Add option to disable password expiration 2023-07-11 11:12:12 -07:00
40aee20d23
Add ddrescue stats for each pass to OST post 2023-07-09 15:33:44 -07:00
456dce5685
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-09 13:59:50 -07:00
7c16d13f65
Generate test maps at runtime in ddrescue-tui 2023-07-09 13:58:59 -07:00
840008d8cd
Specify text encoding for zero-fill map file 2023-07-09 13:23:21 -07:00
33fe7b3b9e
Include more details in ddrescue-tui OST posts 2023-07-09 13:19:47 -07:00
593cb405c5
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-09 00:17:26 -07:00
090a9f2b96
Update ddrescue-tui logging handling 2023-07-09 00:16:46 -07:00
3acb8ab47b
Include WinPE details for Bitlocker export
Addresses issue #40
2023-07-08 23:39:16 -07:00
4faa1d4a02
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-08 23:27:55 -07:00
4467369811
Add finalization options to ddrescue-tui
Specifically to zero-fill any gaps from the clone,
to fill the destination with zeros to the end of the device,
and/or to relocate the GPT to the end of the device.
2023-07-08 23:27:05 -07:00
a07fbd7cba
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-08 19:00:50 -07:00
a20fdf7bd3
Only show destination SMART data if present.
Also avoids crash when imaging
2023-07-08 18:58:05 -07:00
df1d2b713f
Simplify _poweroff_source_drive() 2023-07-08 18:37:42 -07:00
4a34f5477d
Add delay to TUI() initialization
Avoids issue where the main menu is printed before the layout is fully
set causing the first few lines to be hidden by the title pane.
2023-07-08 18:32:31 -07:00
0ace951380
Update run_program to avoid linting warnings 2023-07-08 18:10:59 -07:00
6a1cf98d0b
Terminate ddrescue directly instead 2023-07-08 18:10:14 -07:00
8f14fd2442
Fix SMART attribute tracking
Since we've moved to delayed SMART attribute updates we need to set
initial_attributes after we first check the SMART data instead of at
object creation time.
2023-07-08 18:07:55 -07:00