policy import
	
	
	$ kopia policy import [target]
Imports policies from a specified file, or stdin if no file is specified.
| Flag | Short | Default | Help | 
| --[no-]allow-unknown-fields |  | false | Allow unknown fields in the policy file | 
| --[no-]delete-other-policies |  | false | Delete all other policies, keeping only those that got imported | 
| --from-file |  |  | File path to import from | 
| --[no-]global |  | false | Select the global policy. | 
| Argument | Help | 
| target | Select a particular policy (a per-host policy @host, a per-user policyuser@host, a per-path policyuser@host:pathor a local path). Use--globalto target the global policy. |