You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
12 lines
445 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<data-extraction-rules>
|
|
<cloud-backup>
|
|
<!-- Exclude specific files or directories from cloud backup -->
|
|
<!-- <exclude domain="file" path="no_backup/" /> -->
|
|
</cloud-backup>
|
|
<device-transfer>
|
|
<!-- Exclude specific files or directories from device transfer -->
|
|
<!-- <exclude domain="file" path="no_transfer/" /> -->
|
|
</device-transfer>
|
|
</data-extraction-rules>
|