- Add RETH GUARD to clone-backup.sh and clone-node.sh: when the config name contains 'reth', skip the whole /slowdisk static-file symlink offload and extract everything onto the primary disk (equivalent to --no-slowdisk). This matches the already-correct restore-volumes.sh behavior. Reason: reth refuses to start when its static_files directory is a symlink, failing at boot with 'failed to create dir static_files: File exists'. - Add --keep-directory-symlink to all tar extraction options in both scripts for the SLOWDISK path. This allows tar to extract files THROUGH the pre-created directory symlinks instead of trying to mkdir over them (which fails with 'Cannot mkdir: File exists'). This matches the already-correct restore-volumes.sh behavior. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
25 KiB
Executable File
25 KiB
Executable File