diff --git a/.gitea/workflows/backup-volumes.yml b/.gitea/workflows/backup-volumes.yml index 6e69db0..9ba276b 100644 --- a/.gitea/workflows/backup-volumes.yml +++ b/.gitea/workflows/backup-volumes.yml @@ -92,15 +92,15 @@ jobs: # Create manifest cd "$BACKUP_DIR" cat > manifest.txt << EOF -Backup created: $(date) -Hostname: $(hostname) + Backup created: $(date) + Hostname: $(hostname) -Files: -$(ls -lh *.tar.gz 2>/dev/null || echo "No backup files created") + Files: + $(ls -lh *.tar.gz 2>/dev/null || echo "No backup files created") -Checksums (SHA256): -$(sha256sum *.tar.gz 2>/dev/null || echo "No files to checksum") -EOF + Checksums (SHA256): + $(sha256sum *.tar.gz 2>/dev/null || echo "No files to checksum") + EOF echo "Backup manifest:" cat manifest.txt