mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
15 lines
132 B
Bash
Executable File
15 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
echo ""
|
|
echo "Disk status:"
|
|
|
|
df -k -t nonfs
|
|
|
|
# display which filesystems need backing up
|
|
|
|
echo ""
|
|
dump W
|