mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Add dump/restore utilities (#226)
This commit is contained in:
parent
ba5e2c5e61
commit
77dbde7a8b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
errcnt=0
|
||||
|
||||
for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*} \
|
||||
for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*,dump,restore} \
|
||||
/usr/bin/{featherpad,ms-sys,nwipe,whdd,zerofree} \
|
||||
/opt/firefox*/firefox* /usr/lib/ntfs-3g/ntfs-plugin*.so \
|
||||
/usr/lib/libdislocker.so*
|
||||
|
|
|
|||
1
packages
1
packages
|
|
@ -28,6 +28,7 @@ dmraid
|
|||
dnsmasq
|
||||
dosfstools
|
||||
dstat
|
||||
dump
|
||||
dvd+rw-tools
|
||||
e2fsprogs
|
||||
efitools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue