/usr/share/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml is in deja-dup 34.2-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="deja-dup">
<schema path="/org/gnome/deja-dup/" id="org.gnome.DejaDup">
<key type="as" name="include-list">
<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 $VIDEO are recognized as the user’s special directories. Relative entries are relative to the user’s home directory.</description>
</key>
<key type="as" name="exclude-list">
<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 $VIDEO are recognized as the user’s special directories. Relative entries are relative to the user’s home directory.</description>
</key>
<key type="b" name="root-prompt">
<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 type="s" name="last-run">
<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 type="s" name="last-backup">
<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 type="s" name="last-restore">
<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 type="b" name="periodic">
<default>false</default>
<summary>Whether to periodically back up</summary>
<description>Whether to automatically back up on a regular schedule.</description>
</key>
<key type="i" name="periodic-period">
<default>7</default>
<summary>How often to periodically back up</summary>
<description>The number of days between backups.</description>
</key>
<key type="s" name="prompt-check">
<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 type="s" name="nag-check">
<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 type="i" name="delete-after">
<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 type="i" name="full-backup-period">
<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 type="s" name="backend">
<choices>
<choice value='auto'/>
<choice value='file'/>
<choice value='gcs'/>
<choice value='gdrive'/>
<choice value='rackspace'/>
<choice value='openstack'/>
<choice value='s3'/>
<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 schema="org.gnome.DejaDup.Rackspace" name="rackspace"/>
<child schema="org.gnome.DejaDup.OpenStack" name="openstack"/>
<child schema="org.gnome.DejaDup.S3" name="s3"/>
<child schema="org.gnome.DejaDup.GCS" name="gcs"/>
<child schema="org.gnome.DejaDup.GDrive" name="gdrive"/>
<child schema="org.gnome.DejaDup.File" name="file"/>
</schema>
<schema path="/org/gnome/deja-dup/s3/" id="org.gnome.DejaDup.S3">
<key type="s" name="id">
<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 type="s" name="bucket">
<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 type="s" name="folder">
<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 path="/org/gnome/deja-dup/gcs/" id="org.gnome.DejaDup.GCS">
<key type="s" name="id">
<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 type="s" name="bucket">
<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 type="s" name="folder">
<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 path="/org/gnome/deja-dup/gdrive/" id="org.gnome.DejaDup.GDrive">
<key type="s" name="email">
<default>''</default>
<summary>The email-address of your Google account</summary>
<description>The email-address of your Google account.</description>
</key>
<key type="s" name="folder">
<default>'/deja-dup/$HOSTNAME'</default>
<summary>The folder where backups are stored</summary>
<description>The folder hierarchy where backups are stored.</description>
</key>
</schema>
<schema path="/org/gnome/deja-dup/rackspace/" id="org.gnome.DejaDup.Rackspace">
<key type="s" name="container">
<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 type="s" name="username">
<default>''</default>
<summary>Your Rackspace username</summary>
<description>This is your username for the Rackspace Cloud Files service.</description>
</key>
</schema>
<schema path="/org/gnome/deja-dup/openstack/" id="org.gnome.DejaDup.OpenStack">
<key type="s" name="container">
<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 type="s" name="username">
<default>''</default>
<summary>Your OpenStack username</summary>
<description>This is your username for the OpenStack Swift service.</description>
</key>
<key type="s" name="tenant">
<default>''</default>
<summary>Your OpenStack tenant</summary>
<description>This is your tenant for the OpenStack Swift service.</description>
</key>
<key type="s" name="authurl">
<default>''</default>
<summary>Authentication URL</summary>
<description>This is the Authentication URL, or keystone URL for the OpenStack service</description>
</key>
</schema>
<schema path="/org/gnome/deja-dup/file/" id="org.gnome.DejaDup.File">
<key type="s" name="path">
<default>''</default>
<summary>Backup location</summary>
<description>Location in which to hold the backup files.</description>
</key>
<key type="s" name="type">
<choices>
<choice value='normal'/>
<choice value='volume'/>
</choices>
<default>'normal'</default>
<summary>Folder type</summary>
<description>Whether the backup location is a mounted external volume or a normal folder.</description>
</key>
<key type="ay" name="relpath">
<default>[]</default>
<summary>Relative path under the external volume</summary>
<description>If the backup location is on an external volume, this is the path of the folder on that volume.</description>
</key>
<key type="s" name="uuid">
<default>''</default>
<summary>Unique ID of the external volume</summary>
<description>If the backup location is on an external volume, this is its unique filesystem identifier.</description>
</key>
<key type="s" name="name">
<default>''</default>
<summary>Full name of the external volume</summary>
<description>If the backup location is on an external volume, this is the volume’s longer descriptive name.</description>
</key>
<key type="s" name="short-name">
<default>''</default>
<summary>Short name of the external volume</summary>
<description>If the backup location is on an external volume, this is the volume’s shorter name.</description>
</key>
<key type="s" name="icon">
<default>''</default>
<summary>Icon of the external volume</summary>
<description>If the backup location is on an external volume, this is the volume’s icon.</description>
</key>
</schema>
</schemalist>
|