Update the post-run documentation to match reality

This commit is contained in:
Orien Vandenbergh
2016-10-28 14:21:02 -06:00
parent 402a32cc18
commit 3e0118678d
2 changed files with 22 additions and 17 deletions

14
ghetto/backup/imager.cfg Normal file
View File

@ -0,0 +1,14 @@
# Define a delay in seconds before doing anything dangerous.
DEF_PARANOIA_DELAY=5
# Define the supported filesystem types. Not that vxfs, ufs, nor jfs are listed here.
FS="ext2 ext3 ext4 reiserfs reiser4 xfs btrfs ntfs"
# Define default NAS and volume locations
DEF_NAS_Server=10.0.2.3
DEF_NAS_Proto=nfs
DEF_NAS_Volume=/export/backup
DEF_NAS_Mount=/mnt/backup
DEF_Target=/mnt/backup/images