---
title: noDump
framework: system
role: symbol
role_heading: Type Property
path: system/fileflags/nodump
---

# noDump

Do not dump the file during backups.

## Declaration

```swift
static var noDump: FileFlags { get }
```

## Discussion

Discussion The corresponding C constant is UF_NODUMP. note: This flag may be changed by the file owner or superuser.
