/usr/share/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml is in deja-dup 37.1-2fakesync1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | <?xml version="1.0" encoding="UTF-8"?>
<!-- -*- Mode: XML; indent-tabs-mode: nil; tab-width: 2 -*- -->
<schemalist gettext-domain="deja-dup">
<schema id="org.gnome.DejaDup" path="/org/gnome/deja-dup/">
<key name="include-list" type="as">
<default>[ '$HOME' ]</default>
<summary>Folders to save</summary>
<description>This list of directories will be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories and can be at the start of a longer path ($HOME/subdir). Reserved value $USER is replaced by the user’s username and can be anywhere in the path. Relative entries are relative to the user’s home directory.</description>
</key>
<key name="exclude-list" type="as">
<default>[ '$TRASH', '$DOWNLOAD' ]</default>
<summary>Folders to ignore</summary>
<description>This list of directories will not be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories and can be at the start of a longer path ($HOME/subdir). Reserved value $USER is replaced by the user’s username and can be anywhere in the path. Relative entries are relative to the user’s home directory.</description>
</key>
<key name="root-prompt" type="b">
<default>true</default>
<summary>Whether to request the root password</summary>
<description>Whether to request the root password when backing up from or restoring to system folders.</description>
</key>
<key name="last-run" type="s">
<default>''</default>
<summary>The last time Déjà Dup was run</summary>
<description>The last time Déjà Dup was successfully run. This time should be in ISO 8601 format.</description>
</key>
<key name="last-backup" type="s">
<default>''</default>
<summary>The last time Déjà Dup backed up</summary>
<description>The last time Déjà Dup successfully completed a backup. This time should be in ISO 8601 format.</description>
</key>
<key name="last-restore" type="s">
<default>''</default>
<summary>The last time Déjà Dup restored</summary>
<description>The last time Déjà Dup successfully completed a restore. This time should be in ISO 8601 format.</description>
</key>
<key name="periodic" type="b">
<default>false</default>
<summary>Whether to periodically back up</summary>
<description>Whether to automatically back up on a regular schedule.</description>
</key>
<key name="periodic-period" type="i">
<default>7</default>
<summary>How often to periodically back up</summary>
<description>The number of days between backups.</description>
</key>
<key name="prompt-check" type="s">
<default>''</default>
<summary>The last time Déjà Dup checked whether it should prompt about backing up</summary>
<description>When a user logs in, the Déjà Dup monitor checks whether it should prompt about backing up. This is used to increase discoverability for users that don’t know about backups. This time should be either ‘disabled’ to turn off this check or in ISO 8601 format.</description>
</key>
<key name="nag-check" type="s">
<default>''</default>
<summary>The last time Déjà Dup checked whether it should prompt about your password</summary>
<description>In order to prevent you from forgetting your passwords, Déjà Dup will occasionally notify you to confirm the password. This time should be either ‘disabled’ to turn off this check or in ISO 8601 format.</description>
</key>
<key name="delete-after" type="i">
<default>0</default>
<summary>How long to keep backup files</summary>
<description>The number of days to keep backup files on the backup location. A value of 0 means forever. This is a minimum number of days; the files may be kept longer.</description>
</key>
<key name="full-backup-period" type="i">
<default>90</default>
<summary>How long to wait between full backups</summary>
<description>Déjà Dup needs to occasionally make fresh full backups. This is the number of days to wait between full backups.</description>
</key>
<key name="allow-metered" type="b">
<default>false</default>
<summary>Whether to use metered networks</summary>
<description>If false, Déjà Dup will refuse to run scheduled backups over metered network connections (like 4G).</description>
</key>
<key name="backend" type="s">
<choices>
<choice value='auto'/>
<choice value='remote'/>
<choice value='local'/>
<choice value='drive'/>
<choice value='gcs'/>
<choice value='goa'/>
<choice value='rackspace'/>
<choice value='openstack'/>
<choice value='s3'/>
<!-- deprecated -->
<choice value='file'/>
<choice value='u1'/>
</choices>
<default>'auto'</default>
<summary>Type of location to store backup</summary>
<description>The type of backup location. If ‘auto’, a default will be chosen based on what is available.</description>
</key>
<child name="rackspace" schema="org.gnome.DejaDup.Rackspace"/>
<child name="openstack" schema="org.gnome.DejaDup.OpenStack"/>
<child name="s3" schema="org.gnome.DejaDup.S3"/>
<child name="gcs" schema="org.gnome.DejaDup.GCS"/>
<child name='goa' schema="org.gnome.DejaDup.GOA"/>
<child name='remote' schema="org.gnome.DejaDup.Remote"/>
<child name='local' schema="org.gnome.DejaDup.Local"/>
<child name='drive' schema="org.gnome.DejaDup.Drive"/>
<child name="file" schema="org.gnome.DejaDup.File"/>
</schema>
<schema id="org.gnome.DejaDup.Local" path="/org/gnome/deja-dup/local/">
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The folder where backups are stored</summary>
<description>The folder hierarchy where backups are stored. Paths can be absolute or relative to your home directory.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.Drive" path="/org/gnome/deja-dup/drive/">
<key name="uuid" type="s">
<default>''</default>
<summary>UUID</summary>
<description>The unique filesystem identifier for the drive, used to recognize the drive when it is plugged in.</description>
</key>
<key name="name" type="s">
<default>''</default>
<summary>Name</summary>
<description>The name of the external drive.</description>
</key>
<key name="icon" type="s">
<default>''</default>
<summary>Icon</summary>
<description>The icon of the external drive, as a serialized GIcon.</description>
</key>
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The folder where backups are stored</summary>
<description>The folder hierarchy where backups are stored. Paths are relative to the drive.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.Remote" path="/org/gnome/deja-dup/remote/">
<key name="uri" type="s">
<default>''</default>
<summary>The server address</summary>
<description>The URI of the remote server location.</description>
</key>
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The folder where backups are stored</summary>
<description>The folder hierarchy where backups are stored. Paths can be absolute or relative to the host.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.S3" path="/org/gnome/deja-dup/s3/">
<key name="id" type="s">
<default>''</default>
<summary>Amazon S3 Access Key ID</summary>
<description>Your Amazon S3 Access Key Identifier. This acts as your S3 username.</description>
</key>
<key name="bucket" type="s">
<default>''</default>
<summary>The Amazon S3 bucket name to use</summary>
<description>Which Amazon S3 bucket to store files in. This does not need to exist already. Only legal hostname strings are valid.</description>
</key>
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The Amazon S3 folder</summary>
<description>An optional folder name to store files in. This folder will be created in the chosen bucket.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.GCS" path="/org/gnome/deja-dup/gcs/">
<key name="id" type="s">
<default>''</default>
<summary>Google Cloud Storage Access Key ID</summary>
<description>Your Google Cloud Storage Access Key Identifier. This acts as your Google Cloud Storage username.</description>
</key>
<key name="bucket" type="s">
<default>''</default>
<summary>The Google Cloud Storage bucket name to use</summary>
<description>Which Google Cloud Storage bucket to store files in. This does not need to exist already. Only legal hostname strings are valid.</description>
</key>
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The Google Cloud Storage folder</summary>
<description>An optional folder name to store files in. This folder will be created in the chosen bucket.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.Rackspace" path="/org/gnome/deja-dup/rackspace/">
<key name="container" type="s">
<default>'$HOSTNAME'</default>
<summary>The Rackspace Cloud Files container</summary>
<description>Which Rackspace Cloud Files container to store files in. This does not need to exist already. Only legal hostname strings are valid.</description>
</key>
<key name="username" type="s">
<default>''</default>
<summary>Your Rackspace username</summary>
<description>This is your username for the Rackspace Cloud Files service.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.GOA" path="/org/gnome/deja-dup/goa/">
<key name="id" type="s">
<default>''</default>
<summary>Account ID</summary>
<description>The unique ID for the GNOME Online Account.</description>
</key>
<key name="type" type="s">
<default>''</default>
<summary>The type of account</summary>
<description>The cached type of account that ID represents.</description>
</key>
<key name="folder" type="s">
<default>'$HOSTNAME'</default>
<summary>The folder where backups are stored</summary>
<description>The folder hierarchy where backups are stored. Paths can be absolute or relative to the host.</description>
</key>
</schema>
<schema id="org.gnome.DejaDup.OpenStack" path="/org/gnome/deja-dup/openstack/">
<key name="container" type="s">
<default>'$HOSTNAME'</default>
<summary>The OpenStack Swift container</summary>
<description>Which OpenStack Swift container to store files in. This does not need to exist already. Only legal hostname strings are valid.</description>
</key>
<key name="username" type="s">
<default>''</default>
<summary>Your OpenStack username</summary>
<description>This is your username for the OpenStack Swift service.</description>
</key>
<key name="tenant" type="s">
<default>''</default>
<summary>Your OpenStack tenant</summary>
<description>This is your tenant for the OpenStack Swift service.</description>
</key>
<key name="authurl" type="s">
<default>''</default>
<summary>Authentication URL</summary>
<description>This is the Authentication URL, or keystone URL for the OpenStack service</description>
</key>
</schema>
<!-- deprecated schema -->
<schema id="org.gnome.DejaDup.File" path="/org/gnome/deja-dup/file/">
<key name="path" type="s">
<default>''</default>
</key>
<key name="type" type="s">
<choices>
<choice value='normal'/>
<choice value='volume'/>
</choices>
<default>'normal'</default>
</key>
<key name="relpath" type="ay">
<default>[]</default>
</key>
<key name="uuid" type="s">
<default>''</default>
</key>
<key name="name" type="s">
<default>''</default>
</key>
<key name="short-name" type="s">
<default>''</default>
</key>
<key name="icon" type="s">
<default>''</default>
</key>
<key name="migrated" type="b">
<default>false</default>
</key>
</schema>
</schemalist>
|