# Dummy save

The dummy save performs the save command
without actually writing to magnetic media.

By omitting the t option, nothing is
written to a peripheral storage device.

This is one of the most
useful mechanisms for determining if file inconsistency errors or
other serious errors exist in the entire system, or in a particular
account.

## Example(s)

This example is equivalent to
a full dummy save, such as a file-save.

```
save (fd
```
This example is the equivalent to an account-save (dummy).

```
save (fdi
```

## See also

- [account-save command](https://d3codex.com/tcl/account-save-command/)
- [check-account macro](https://d3codex.com/tcl/check-account-macro/)
- [check-files macro](https://d3codex.com/tcl/check-files-macro/)
- [file-save command](https://d3codex.com/tcl/file-save-command/)
- [save command](https://d3codex.com/tcl/save-command/)
- [sel-restore command](https://d3codex.com/tcl/sel-restore-command/)
- [t-verify command](https://d3codex.com/tcl/t-verify-command/)

---
Source: https://d3codex.com/tcl/dummy-save/ - part of the D3Codex reference.
