Warning, /network/smb4k/core/smb4k.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <include>QString</include>
0007     <include>QDir</include>
0008     <include>QUrl</include>
0009     <include>KIconLoader</include>
0010     <kcfgfile name="smb4krc" />
0011 
0012 <!-- User Interface -->
0013 
0014     <group name="UserInterface">
0015         <entry name="MainWindowTabOrientation" type="Enum">
0016             <label>Tab orientation:</label>
0017             <whatsthis>Set the tab orientation for the tabified dock widgets.</whatsthis>
0018             <choices>
0019                 <choice name="Top">
0020                     <label>Top</label>
0021                 </choice>
0022                 <choice name="Bottom">
0023                     <label>Bottom</label>
0024                 </choice>
0025                 <choice name="Left">
0026                     <label>Left</label>
0027                 </choice>
0028                 <choice name="Right">
0029                     <label>Right</label>
0030                 </choice>
0031             </choices>
0032             <default>Bottom</default>
0033         </entry>
0034         <entry name="ShowCustomBookmarkLabel" type="Bool">
0035             <label>Show custom bookmark label if available</label>
0036             <whatsthis>Do not show the name of the bookmarked share, but the custom label that was defined in the bookmark editor.</whatsthis>
0037             <default>true</default>
0038         </entry>
0039         <entry name="StartMainWindowDocked" type="Bool">
0040             <label>Start docked</label>
0041             <whatsthis>Start the application docked to the system tray, i.e. only the system tray widget is shown and the main window is hidden. You can bring the main window up by clicking on the system tray widget or by choosing "Restore" from its popup menu.</whatsthis>
0042             <default>false</default>
0043         </entry>
0044         <entry name="ShowType" type="Bool">
0045             <label>Show the type of the share</label>
0046             <whatsthis>The type of a share will be displayed in a separate column in the network neighborhood browser. It can either be Disk, Print or IPC.</whatsthis>
0047             <default>true</default>
0048         </entry>
0049         <entry name="ShowIPAddress" type="Bool">
0050             <label>Show the IP address of the server</label>
0051             <whatsthis>The IP address of the server will be displayed in a separate column in the network neighborhood browser.</whatsthis>
0052             <default>true</default>
0053         </entry>
0054         <entry name="ShowComment" type="Bool">
0055             <label>Show the comment</label>
0056             <whatsthis>The comment describing the server or share will be displayed in a separate column in the network neighborhood browser.</whatsthis>
0057             <default>true</default>
0058         </entry>
0059         <entry name="ShowNetworkItemToolTip" type="Bool">
0060             <label>Show tooltips for network items</label>
0061             <whatsthis>The tooltip shows various information about the current network item.</whatsthis>
0062             <default>true</default>
0063         </entry>
0064         <entry name="AutoExpandNetworkItems" type="Bool">
0065             <label>Automatically expand domains and hosts</label>
0066             <whatsthis>Automatically expand domain and host items when a list of associated network items (domain members or shares) is added or updated. Please note that a domain or host item will always be expanded when you execute it.</whatsthis>
0067             <default>true</default>
0068         </entry>
0069         <entry name="ShowShareToolTip" type="Bool">
0070             <label>Show tooltips for mounted shares</label>
0071             <whatsthis>The tooltip shows various information about the current share.</whatsthis>
0072             <default>true</default>
0073         </entry>
0074         <entry name="SharesViewMode" type="Enum">
0075             <label>View mode:</label>
0076             <whatsthis>This setting determines the view mode of the shares view. There are two modes: the icon view and the list view.</whatsthis>
0077             <choices>
0078                 <choice name="IconView">
0079                     <label>Icon View</label>
0080                 </choice>
0081                 <choice name="ListView">
0082                     <label>List View</label>
0083                 </choice>
0084             </choices>
0085             <default>IconView</default>
0086         </entry>
0087         <entry name="SharesViewIconSizeIconView" type="Int">
0088             <label>Icon size for the icon view:</label>
0089             <whatsthis>Set the icon size for the icon view mode of the shares view.</whatsthis>
0090             <min code="true">KIconLoader::SizeSmall</min>
0091             <max code="true">KIconLoader::SizeEnormous</max>
0092             <default code="true">KIconLoader::SizeLarge</default>
0093         </entry>
0094         <entry name="SharesViewIconSizeListView" type="Int">
0095             <label>Icon size for the list view:</label>
0096             <whatsthis>Set the icon size for the list view mode of the shares view.</whatsthis>
0097             <min code="true">KIconLoader::SizeSmall</min>
0098             <max code="true">KIconLoader::SizeEnormous</max>
0099             <default code="true">KIconLoader::SizeSmall</default>
0100         </entry>
0101         <entry name="NetworkBrowserIconSize" type="Int">
0102             <label>Icon size:</label>
0103             <whatsthis>Set the icon size for the network neighborhood browser.</whatsthis>
0104             <min code="true">KIconLoader::SizeSmall</min>
0105             <max code="true">KIconLoader::SizeEnormous</max>
0106             <default code="true">KIconLoader::SizeSmall</default>
0107         </entry>
0108     </group>
0109 
0110 <!-- Network -->
0111 
0112     <group name="Network">
0113         <entry name="UseWsDiscovery" type="Bool">
0114             <label>Use Web Services Dynamic Discovery (WS-Discovery) for browsing</label>
0115             <whatsthis>The Web Services Dynamic Discovery (WS-Discovery) is used to browse the local network and discover workgroups, domains and hosts. This is useful, if your network neighborhood is dominated by servers with modern Windows versions. If you use this option, there should be no need to force Samba's client library to use the SMB protocol version 1.0 for searching for workgroups and domains.</whatsthis>
0116             <default>true</default>
0117         </entry>
0118         <entry name="UseDnsServiceDiscovery" type="Bool">
0119             <label>Use DNS Service Discovery (DNS-SD) for browsing</label>
0120             <whatsthis>The DNS Service Discovery (DNS-SD) is used to browse the local network and discover servers that provide shared SMB resources. The discovered domains correspond to the local DNS domains (e. g. named LOCAL) and most likely not the ones defined in the network neighborhood. However, this does not influence the browsing. If you use this option, there is no need to force Samba's client library to use the SMB protocol version 1.0 for searching for workgroups and domains.</whatsthis>
0121             <default>true</default>
0122         </entry>
0123         <entry name="UseClientProtocolVersions" type="Bool">
0124             <label>Set minimal and maximal SMB protocol version</label>
0125             <whatsthis>Smb4K will set the minimal and maximal SMB protocol version that is used by Samba's client library to browse the network neighborhood. This will overwrite the settings in the smb.conf file. Normally, you do not need to use this option, because the right protocol versions should be negotiated between the client and the server while establishing a connection. Please note that this setting might not be appropriate to make the discovering of workgroups and domains work while keeping undisturbed connectivity to servers. Use DNS Service Discovery (DNS-SD) or Web Services Dynamic Discovery (WS-Discovery) for domain and workgroup lookups instead.</whatsthis>
0126             <default>false</default>
0127         </entry>
0128         <entry name="MinimalClientProtocolVersion" type="Enum">
0129             <label>Minimal SMB protocol version:</label>
0130             <whatsthis>This setting controls the minimum protocol version that Samba's client library will attempt to use.</whatsthis>
0131             <choices>
0132                 <choice name="NT1">
0133                     <label>NT1 (Classic CIFS/SMBv1 protocol)</label>
0134                 </choice>
0135                 <choice name="SMB2">
0136                     <label>SMB2 (Windows Vista and above)</label>
0137                 </choice>
0138                 <choice name="SMB3">
0139                     <label>SMB3 (Windows 8 and above)</label>
0140                 </choice>
0141             </choices>
0142             <default>SMB2</default>
0143         </entry>
0144         <entry name="MaximalClientProtocolVersion" type="Enum">
0145             <label>Maximal SMB protocol version:</label>
0146             <whatsthis>This setting controls the maximum protocol version that Samba's client library will attempt to use.</whatsthis>
0147             <choices>
0148                 <choice name="NT1">
0149                     <label>NT1 (Classic CIFS/SMBv1 protocol)</label>
0150                 </choice>
0151                 <choice name="SMB2">
0152                     <label>SMB2 (Windows Vista and above)</label>
0153                 </choice>
0154                 <choice name="SMB3">
0155                     <label>SMB3 (Windows 8 and above)</label>
0156                 </choice>
0157             </choices>
0158             <default>SMB3</default>
0159         </entry>
0160         <entry name="UseRemoteSmbPort" type="Bool">
0161             <label>Set the SMB port to:</label>
0162             <whatsthis>This is the port that is used for connecting to remote servers. The default value is 139 (NetBIOS). Under FreeBSD, this setting is also used for mounting.</whatsthis>
0163             <default>false</default>
0164         </entry>
0165         <entry name="RemoteSmbPort" type="Int">
0166             <whatsthis>This is the port that is used for connecting to remote servers. The default value is 139 (NetBIOS). Under FreeBSD, this setting is also used for mounting.</whatsthis>
0167             <min>1</min>
0168             <max>65535</max>
0169             <default>139</default>
0170         </entry>
0171         <entry name="LargeNetworkNeighborhood" type="Bool">
0172             <label>This computer is on a large network neighborhood</label>
0173             <whatsthis>In case your computer is on a large network neighborhood, discovering all workgroups, hosts and shares might take a long time, since in the default configuration all local master browsers are queried. Enabling this setting limits the number of used local master browsers to three. This can reduced the time consumption on large network neighborhoods considerably.</whatsthis>
0174             <default>false</default>
0175         </entry>
0176         <entry name="MasterBrowsersRequireAuth" type="Bool">
0177             <label>Master browsers require authentication</label>
0178             <whatsthis>The master browsers in your network neighborhood require a login to return the browse list. This setting is rarely needed.</whatsthis>
0179             <default>false</default>
0180         </entry>
0181         <entry name="UseKerberos" type="Bool">
0182             <label>Use Kerberos for authentication</label>
0183             <whatsthis>Use Kerberos for authentication. This is only useful in an Active Directory environment.</whatsthis>
0184             <default>false</default>
0185         </entry>
0186         <entry name="UseWinbindCCache" type="Bool">
0187             <label>Use Winbind ccache for authentication</label>
0188             <whatsthis>Use the Winbind ccache for authentication.</whatsthis>
0189             <default>false</default>
0190         </entry>
0191         <entry name="UseEncryptionLevel" type="Bool">
0192             <label>Set the encryption level to:</label>
0193             <whatsthis>Set the level of encryption that is used for making connections.</whatsthis>
0194             <default>false</default>
0195         </entry>
0196         <entry name="EncryptionLevel" type="Enum">
0197             <whatsthis>Set the level of encryption that is used for making connections.</whatsthis>
0198             <choices>
0199                 <choice name="None">
0200                     <label>None</label>
0201                 </choice>
0202                 <choice name="Request">
0203                     <label>Request</label>
0204                 </choice>
0205                 <choice name="Require">
0206                     <label>Require</label>
0207                 </choice>
0208             </choices>
0209             <default>None</default>
0210         </entry>
0211         <entry name="PreviewHiddenItems" type="Bool">
0212             <label>Preview hidden files and directories</label>
0213             <whatsthis>Preview hidden files and directories. The hidden files and directories are those whose names begin with a period. They are usually needed for very specific purposes (storing the configuration information for an application, etc.). Since they are not of any importance for your regular work, you normally do not need to enable this feature.</whatsthis>
0214             <default>false</default>
0215         </entry>
0216         <entry name="DetectPrinterShares" type="Bool">
0217             <label>Detect printer shares</label>
0218             <whatsthis>Printer shares are detected.</whatsthis>
0219             <default>true</default>
0220         </entry>
0221         <entry name="DetectHiddenShares" type="Bool">
0222             <label>Detect hidden shares</label>
0223             <whatsthis>Hidden shares are detected. Hidden shares are ending with a $ sign, e.g. Musik$ or IPC$.</whatsthis>
0224             <default>true</default>
0225         </entry>
0226         <entry name="EnableWakeOnLAN" type="Bool">
0227             <label>Enable Wake-On-LAN features</label>
0228             <whatsthis>Wake-on-LAN (WOL) is an ethernet computer networking standard that allows a computer to be turned on or woken up by a network message. Smb4K uses a magic packet send via a UDP socket to wake up remote servers. If you want to take advantage of the Wake-On-LAN feature, you need to enable this option.</whatsthis>
0229             <default>false</default>
0230         </entry>
0231         <entry name="WakeOnLANWaitingTime" type="Int">
0232             <label>Waiting time:</label>
0233             <whatsthis>This is the waiting time in seconds between the sending of the magic Wake-On-LAN packets and the scanning of the network neighborhood or the mounting of a share.</whatsthis>
0234             <min>0</min>
0235             <max>60</max>
0236             <default>5</default>
0237         </entry>
0238     </group>
0239 
0240 <!-- Authentication -->
0241 
0242     <group name="Authentication">
0243         <entry name="UseWallet" type="Bool">
0244             <label>Save logins in a wallet</label>
0245             <whatsthis>Use a wallet to store the login. The username and password are stored encrypted on your hard drive. If this setting is disabled, the login is not stored permanently but only temporarily.</whatsthis>
0246             <default>true</default>
0247         </entry>
0248         <entry name="UseDefaultLogin" type="Bool">
0249             <label>Use a default login</label>
0250             <whatsthis>Enable the usage of a default login. The provided data is used by default to authenticate to a remote server. This is very useful e.g. if you are working in an Active Directory environment or an NT domain.</whatsthis>
0251             <default>false</default>
0252         </entry>
0253     </group>
0254 
0255 <!-- Synchronization -->
0256 
0257   <!-- Many <whatsthis></whatsthis> entries contain excerpts from the rsync
0258        manual page (version 2.6.9). -->
0259 
0260     <group name="Synchronization">
0261         <entry name="RsyncPrefix" type="Url">
0262             <label>Synchronization prefix:</label>
0263             <whatsthis>Under this prefix the destination directory for the synchronization will be created. However, if you want to store the data of a particular share elsewhere, you will be able to choose a different path before the actual synchronization begins.</whatsthis>
0264             <default code="true">QUrl::fromLocalFile(QDir::homePath() + QStringLiteral("/smb4k_sync/"))</default>
0265         </entry>
0266         <entry name="ArchiveMode" type="Bool">
0267             <label>Archive mode</label>
0268             <whatsthis>Use archive mode (-a, --archive). This is a short form of -rlptgoD.</whatsthis>
0269             <default>true</default>
0270         </entry>
0271         <entry name="RecurseIntoDirectories" type="Bool">
0272             <label>Recurse into subdirectories</label>
0273             <whatsthis>Recurse into directories (-r, --recursive).</whatsthis>
0274             <default>false</default>
0275         </entry>
0276         <entry name="UpdateTarget" type="Bool">
0277             <label>Update files</label>
0278             <whatsthis>Update files in the destination directory that are older than in the source directory (-u, --update).</whatsthis>
0279             <default>false</default>
0280         </entry>
0281         <entry name="UpdateInPlace" type="Bool">
0282             <label>Update files in place</label>
0283             <whatsthis>Update destination files in-place (--inplace). By default, rsync first creates a new copy of a file and moves it into place after its transfer finished. If you enable this feature, no copy will be created but the destination file will immediately be overwritten instead. An exception to this is if you combine this option with --backup.</whatsthis>
0284             <default>false</default>
0285         </entry>
0286         <entry name="RelativePathNames" type="Bool">
0287             <label>Use relative path names</label>
0288             <whatsthis>Use relative paths (-R, --relative). This means that the full path names specified on the command line are sent to the server rather than just the last parts of the file names.</whatsthis>
0289             <default>false</default>
0290         </entry>
0291         <entry name="NoImpliedDirectories" type="Bool">
0292             <label>Do not send implied directories</label>
0293             <whatsthis>Do not send implied directories with --relative (--no-implied-dirs). This means that the corresponding path elements on the destination system are left unchanged if they exist, and any missing implied directories are created with default attributes. This even allows these implied path elements to have big differences, such as being a symlink to a directory on one side of the transfer, and a real directory on the other side.</whatsthis>
0294             <default>false</default>
0295         </entry>
0296         <entry name="TransferDirectories" type="Bool">
0297             <label>Transfer directories without recursing</label>
0298             <whatsthis>Transfer directories without recursing (-d, --dirs). This means that all top-level subdirectories are transferred but without their contents.</whatsthis>
0299             <!-- This description is only correct for Smb4K. See manual page for further information. -->
0300             <default>false</default>
0301         </entry>
0302         <entry name="CompressData" type="Bool">
0303             <label>Compress data during transfer</label>
0304             <whatsthis>Compress data during transfer (-z, --compress). This significantly reduces the amount of data that is being transferred. You may want to use this option, if you have a slow connection.</whatsthis>
0305             <default>false</default>
0306         </entry>
0307         <entry name="UseCompressionLevel" type="Bool">
0308             <label>Set compression level:</label>
0309             <whatsthis>Explicitly set the compression level to use (--compress-level=NUM). If NUM is non-zero, the --compress argument is implied.</whatsthis>
0310             <default>false</default>
0311         </entry>
0312         <entry name="CompressionLevel" type="Int">
0313             <label>The value for the UseCompressionLevel config entry</label>
0314             <whatsthis></whatsthis>
0315             <min>0</min>
0316             <max>9</max>
0317             <default>0</default>
0318         </entry>
0319         <entry name="UseSkipCompression" type="Bool">
0320             <label>Skip compression for following file suffixes:</label>
0321             <whatsthis>Overwrite the list of file suffixes that will not be compressed (--skip-compress=LIST). The LIST should be one or more file suffixes (without the dot) separated by slashes. You may specify an empty string to indicate that no file should be skipped. The default list of suffixes will be replaced by this list. For further details, see the manual page of rsync.</whatsthis>
0322             <default>false</default>
0323         </entry>
0324         <entry name="SkipCompression" type="String">
0325             <label>The value(s) for the UseSkipCompression config entry</label>
0326             <whatsthis></whatsthis>
0327             <default></default>
0328         </entry>
0329         <entry name="PreserveSymlinks" type="Bool">
0330             <label>Preserve symlinks</label>
0331             <whatsthis>Copy symlinks as symlinks (-l, --links).</whatsthis>
0332             <default>false</default>
0333         </entry>
0334         <entry name="TransformSymlinks" type="Bool">
0335             <label>Transform symlinks</label>
0336             <whatsthis>Transform symlinks into the items they are pointing to (-L, --copy-links).</whatsthis>
0337             <default>false</default>
0338         </entry>
0339         <entry name="TransformUnsafeSymlinks" type="Bool">
0340             <label>Transform unsafe symlinks</label>
0341             <whatsthis>Transform unsafe symlinks into the items they are pointing to (--copy-unsafe-links). This means that only those symlinks are transformed that point to items that are outside the copied tree. Absolute symlinks are treated the same way. This option has no additional effect if --copy-links has also been specified.</whatsthis>
0342             <default>false</default>
0343         </entry>
0344         <entry name="IgnoreUnsafeSymlinks" type="Bool">
0345             <label>Ignore unsafe symlinks</label>
0346             <whatsthis>Ignore symlinks that point outside the copied tree (--safe-links). All absolute symlinks are also ignored. If you use this option in conjunction with --relative you might get unexpected results.</whatsthis>
0347             <default>false</default>
0348         </entry>
0349         <entry name="MungeSymlinks" type="Bool">
0350             <label>Munge symlinks</label>
0351             <whatsthis>This option tells rsync to (1) modify all symlinks on the receiving side in a way that makes them unusable but recoverable, or (2) to unmunge symlinks on the sending side that had been stored in a munged state (--munge-links). This is useful if you do not quite trust the source of the data to not try to slip in a symlink to an unexpected place. For more details, see the manual page of rsync.</whatsthis>
0352             <default>false</default>
0353         </entry>
0354         <entry name="PreserveHardLinks" type="Bool">
0355             <label>Preserve hard links</label>
0356             <whatsthis>Preserve hard links (-H, --hard-links). This options causes rsync to preserve the hard links that are found during the transfer. Without it, hard links are treated as though they were separate files.</whatsthis>
0357             <default>false</default>
0358         </entry>
0359         <entry name="CopyDirectorySymlinks" type="Bool">
0360             <label>Copy directory symlinks</label>
0361             <whatsthis>Treat symlinks to directories on the sending side as though they were real ones (-k, --copy-dirlinks). This is useful if you do not want symlinks to non-directories to be affected, as they would be using --copy-links. Without this option, if the sending side has replaced a directory with a symlink to a directory, the receiving side will delete anything that is in the way of the new symlink, including a directory hierarchy (as long as --force or --delete is in effect). For more details, see the manual page of rsync.</whatsthis>
0362             <default>false</default>
0363         </entry>
0364         <entry name="KeepDirectorySymlinks" type="Bool">
0365             <label>Keep directory symlinks</label>
0366             <whatsthis>Treat symlinks to directories on the receiving side as though they were real ones (-K, --keep-dirlinks). This only works if the symlink matches a real directory from the sending side. Without this option, the receiver's symlink will be deleted and replaced with a real directory.</whatsthis>
0367             <default>false</default>
0368         </entry>
0369         <entry name="PreservePermissions" type="Bool">
0370             <label>Preserve permissions</label>
0371             <whatsthis>Preserve permissions (-p, --perms). The permissions of the destination file will be same as the source file. For what happens if this option is switched off, please read rsync's manual page.</whatsthis>
0372             <default>false</default>
0373         </entry>
0374         <entry name="PreserveACLs" type="Bool">
0375             <label>Preserve access control lists (ACLs)</label>
0376             <whatsthis>Preserve access control lists. This option causes rsync to update the destination ACLs to be the same as the source ACLs. The option also implies --perms. The source and destination systems must have compatible ACL entries for this option to work properly.</whatsthis>
0377             <default>false</default>
0378         </entry>
0379         <entry name="PreserveExtendedAttributes" type="Bool">
0380             <label>Preserve extended attributes</label>
0381             <whatsthis>Preserve extended attributes. This option causes rsync to update the destination extended attributes to be the same as the source ones.</whatsthis>
0382             <default>false</default>
0383         </entry>
0384         <entry name="PreserveAccessTimes" type="Bool">
0385             <label>Preserve access times</label>
0386             <whatsthis>Preserve access times. This tells rsync to set the access (use) times of the destination files to the same value as the source files.</whatsthis>
0387             <default>false</default>
0388         </entry>
0389         <entry name="PreserveCreateTimes" type="Bool">
0390             <label>Preserve create times</label>
0391             <whatsthis>Preserve create times. This tells rsync to set the create times (newness) of the destination files to the same value as the source files.</whatsthis>
0392             <default>false</default>
0393         </entry>
0394         <entry name="PreserveGroup" type="Bool">
0395             <label>Preserve group</label>
0396             <whatsthis>Preserve the group (-g, --group). The group of the destination file will be set to the same value as the source file.</whatsthis>
0397             <default>false</default>
0398         </entry>
0399         <entry name="PreserveOwner" type="Bool">
0400             <label>Preserve owner</label>
0401             <whatsthis>Preserve the owner (-o, --owner). The owner of the destination file will be set to the same value as the source file, but only if the receiving rsync is run as the super user. Without this option, the owner is set to the invoking user on the receiving side.</whatsthis>
0402             <default>false</default>
0403         </entry>
0404         <entry name="PreserveDevicesAndSpecials" type="Bool">
0405             <label>Preserve device and special files</label>
0406             <whatsthis>Preserve device and special files (-D, --devices --specials). This option causes rsync to transfer character and block devices as well as special files such as named sockets and fifos. It works only partially if rsync is not run as super user and the --super option is not specified.</whatsthis>
0407             <default>false</default>
0408         </entry>
0409         <entry name="PreserveTimes" type="Bool">
0410             <label>Preserve times</label>
0411             <whatsthis>Preserve times (-t, --times). The modification times are transferred along with the files. For what happens if this option is switched off, please read rsync's manual page.</whatsthis>
0412             <default>false</default>
0413         </entry>
0414         <entry name="OmitDirectoryTimes" type="Bool">
0415             <label>Omit directories when preserving times</label>
0416             <whatsthis>Omit directories when preserving times (-O, --omit-dir-times). This means that directories are omitted when modification times are being preserved. Thus, this feature only works in conjunction with --times.</whatsthis>
0417             <default>false</default>
0418         </entry>
0419         <entry name="RemoveSourceFiles" type="Bool">
0420             <label>Remove synchronized source files</label>
0421             <whatsthis>Remove all synchronized source files (--remove-source-files). This tells rsync to remove from the sending side the non-directory items that are a part of the transfer and have been successfully duplicated on the receiving side.</whatsthis>
0422             <default>false</default>
0423         </entry>
0424         <entry name="DeleteExtraneous" type="Bool">
0425             <label>Delete extraneous files</label>
0426             <whatsthis>Delete extraneous files from destination (--delete). This tells rsync to delete all files from the receiving side that are not present on the sending side, but only for the directories that are being synchronized.</whatsthis>
0427             <default>false</default>
0428         </entry>
0429         <entry name="DeleteBefore" type="Bool">
0430             <label>Delete files before transfer</label>
0431             <whatsthis>Delete files on the receiving side before the transfer starts (--delete-before). This is the default behavior if --delete or --delete-excluded is specified without one of the --delete-WHEN options.</whatsthis>
0432             <default>false</default>
0433         </entry>
0434         <entry name="DeleteAfter" type="Bool">
0435             <label>Delete files after transfer</label>
0436             <whatsthis>Delete files on the receiving side after the transfer has completed (--delete-after, --del).</whatsthis>
0437             <default>false</default>
0438         </entry>
0439         <entry name="DeleteDuring" type="Bool">
0440             <label>Delete files during transfer</label>
0441             <whatsthis>Delete files on the receiving side during the transfer (--delete-during). This method is faster than --delete-before or --delete-after, but it is only supported with rsync 2.6.4 or later.</whatsthis>
0442             <default>false</default>
0443         </entry>
0444         <entry name="DeleteExcluded" type="Bool">
0445             <label>Delete excluded files</label>
0446             <whatsthis>Also delete excluded files from destination directory (--delete-excluded). In addition to deleting the files on the receiving side that are not on the sending side, this tells rsync to also delete any files on the receiving side that are excluded. Refer to rsync's manual page for further information.</whatsthis>
0447             <default>false</default>
0448         </entry>
0449         <entry name="IgnoreErrors" type="Bool">
0450             <label>Delete even if I/O errors occur</label>
0451             <whatsthis>Delete even if I/O errors occur (--ignore-errors). This option has to be specified in conjunction with --delete to take effect.</whatsthis>
0452             <default>false</default>
0453         </entry>
0454         <entry name="ForceDirectoryDeletion" type="Bool">
0455             <label>Force deletion of non-void directories</label>
0456             <whatsthis>Force deletion of directories even if they are not empty (--force). This option tells rsync to delete a non-empty directory when it is to be replaced by a non-directory. This is only relevant if deletions are not active.</whatsthis>
0457             <default>false</default>
0458         </entry>
0459         <entry name="UseMaximumDelete" type="Bool">
0460             <label>Do not delete more than this many files:</label>
0461             <whatsthis>Only delete as many files as defined here (--max-delete=NUM). This tells rsync not to delete more than NUM files or directories (NUM must be non-zero). This is useful when mirroring very large trees to prevent disasters.</whatsthis>
0462             <default>false</default>
0463         </entry>
0464         <entry name="MaximumDeleteValue" type="Int">
0465             <label>Value for DeleteMaximum config entry</label>
0466             <whatsthis></whatsthis>
0467             <min>0</min>
0468             <default>0</default>
0469         </entry>
0470         <entry name="UseMinimalTransferSize" type="Bool">
0471             <label>Do not transfer any file smaller than:</label>
0472             <whatsthis>This option causes rsync to not transfer any file that is smaller than the specified size (--min-size=SIZE).</whatsthis>
0473             <default>false</default>
0474         </entry>
0475         <entry name="MinimalTransferSize" type="Int">
0476             <label>Value for MinimalTransferSize config entry</label>
0477             <whatsthis></whatsthis>
0478             <min>0</min>
0479             <default>0</default>
0480         </entry>
0481         <entry name="UseMaximalTransferSize" type="Bool">
0482             <label>Do not transfer any file larger than:</label>
0483             <whatsthis>This option causes rsync to not transfer any file that is larger than the specified size (--max-size=SIZE).</whatsthis>
0484             <default>false</default>
0485         </entry>
0486         <entry name="MaximalTransferSize" type="Int">
0487             <label>Value for MaximalTransferSize config entry</label>
0488             <whatsthis></whatsthis>
0489             <min>0</min>
0490             <default>0</default>
0491         </entry>
0492         <entry name="KeepPartial" type="Bool">
0493             <label>Keep partially transferred files</label>
0494             <whatsthis>Keep partially transferred files (--partial). The default behavior is that any partially transferred file is deleted if the transfer is interrupted.</whatsthis>
0495             <default>false</default>
0496         </entry>
0497         <entry name="UsePartialDirectory" type="Bool">
0498             <label>Put partially transferred files into:</label>
0499             <whatsthis>Put a partially transferred file into this directory (--partial-dir=DIR). This is a better way than the --partial option to keep partial files, because the partially transferred file is kept in a different directory and the destination file is not overwritten.</whatsthis>
0500             <default>false</default>
0501         </entry>
0502         <entry name="PartialDirectory" type="Url">
0503             <label>The data for the UsePartialDirectory option</label>
0504             <whatsthis></whatsthis>
0505             <default code="true">QUrl::fromLocalFile(QDir::homePath())</default>
0506         </entry>
0507         <entry name="UseCVSExclude" type="Bool">
0508             <label>Auto-ignore files in the same way CVS does</label>
0509             <whatsthis>Auto-ignore files in the same way CVS does (-C, --cvs-exclude). This is a useful shorthand for excluding a broad range of files that you often do not want to transfer between systems. This option uses the same algorithm that CVS uses to determine if a file should be ignored.</whatsthis>
0510             <default>false</default>
0511         </entry>
0512         <entry name="UseExcludePattern" type="Bool">
0513             <label>Exclude files matching this pattern:</label>
0514             <whatsthis>Exclude files that match a certain pattern (--exclude=PATTERN). This is a special filter rule. For further information on filter rules see rsync's manual page.</whatsthis>
0515             <default>false</default>
0516         </entry>
0517         <entry name="ExcludePattern" type="String">
0518             <label>Pattern that is used for file exclusion</label>
0519             <whatsthis></whatsthis>
0520             <default></default>
0521         </entry>
0522         <entry name="UseExcludeFrom" type="Bool">
0523             <label>Read exclude patterns from:</label>
0524             <whatsthis>Read exclude patterns from a file (--exclude-from=FILE). This option is similar to the --exclude=PATTERN option except that the exclude patterns are read from a file. This is a special filter rule. For further information on filter rules see rsync's manual page.</whatsthis>
0525             <default>false</default>
0526         </entry>
0527         <entry name="ExcludeFrom" type="Url">
0528             <label>The file from which the exclude patterns are read</label>
0529             <whatsthis></whatsthis>
0530             <default code="true">QUrl::fromLocalFile(QDir::homePath() + QStringLiteral("/exclude.txt"))</default>
0531         </entry>
0532         <entry name="UseIncludePattern" type="Bool">
0533             <label>Include files matching this pattern:</label>
0534             <whatsthis>Do not exclude files matching a certain pattern (--include=PATTERN). This is a special filter rule. For further information on filter rules see rsync's manual page.</whatsthis>
0535             <default>false</default>
0536         </entry>
0537         <entry name="IncludePattern" type="String">
0538             <label>Pattern that is used for file inclusion</label>
0539             <whatsthis></whatsthis>
0540             <default></default>
0541         </entry>
0542         <entry name="UseIncludeFrom" type="Bool">
0543             <label>Read include patterns from:</label>
0544             <whatsthis>Read include patterns from a file (--include-from=FILE). This option is similar to the --include=PATTERN option except that the include patterns are read from a file. This is a special filter rule. For further information on filter rules see rsync's manual page.</whatsthis>
0545             <default>false</default>
0546         </entry>
0547         <entry name="IncludeFrom" type="Url">
0548             <label>The file from which the include patterns are read</label>
0549             <whatsthis></whatsthis>
0550             <default code="true">QUrl::fromLocalFile(QDir::homePath() + QStringLiteral("/include.txt"))</default>
0551         </entry>
0552         <entry name="UseCustomFilteringRules" type="Bool">
0553             <label>Custom filter rules:</label>
0554             <whatsthis>Add custom file-filtering rules (-f, --filter=RULE). This option allows you to add rules to selectively exclude certain files from the list of files to be transferred. These rules will be added to the rsync command as they are. Thus, each rule has to start with the --filter=... argument.</whatsthis>
0555             <default>false</default>
0556         </entry>
0557         <entry name="CustomFilteringRules" type="String">
0558             <label>Custom filter rules</label>
0559             <whatsthis></whatsthis>
0560             <default></default>
0561         </entry>
0562         <entry name="UseFFilterRule" type="Bool">
0563             <label>Use --filter='dir-merge /.rsync-filter' filter rule</label>
0564             <whatsthis>This filter rule tells rsync to look for per-directory .rsync-filter files that have been sprinkled through the hierarchy and use their rules to filter the files in the transfer. It has no effect, if you also choose to use the --filter='exclude .rsync-filter' rule.</whatsthis>
0565             <default>false</default>
0566         </entry>
0567         <entry name="UseFFFilterRule" type="Bool">
0568             <label>Use --filter='exclude .rsync-filter' filter rule</label>
0569             <whatsthis>This rule filters out the .rsync-filter files from the transfer. These files normally contain filter rules that can be activated by choosing the --filter='dir-merge /.rsync-filter' rule and deselecting this one.</whatsthis>
0570             <default>false</default>
0571         </entry>
0572         <entry name="EfficientSparseFileHandling" type="Bool">
0573             <label>Handle sparse files efficiently</label>
0574             <whatsthis>Handle sparse files efficiently (-S, --sparse) so that they take up less space on the destination. This option conflicts with --inplace. For further information read rsync's manual page.</whatsthis>
0575             <default>false</default>
0576         </entry>
0577         <entry name="CopyFilesWhole" type="Bool">
0578             <label>Copy files whole (no rsync algorithm)</label>
0579             <whatsthis>Copy files whole (-W, --whole-file). With this option the incremental rsync algorithm is not used and the whole file is sent as-is instead.</whatsthis>
0580             <default>false</default>
0581         </entry>
0582         <entry name="OneFileSystem" type="Bool">
0583             <label>Do not cross file system boundaries</label>
0584             <whatsthis>Do not cross file system boundaries (-x, --one-file-system). This tells rsync to avoid crossing a filesystem boundary when recursing. For further information on this option, read the manual page.</whatsthis>
0585             <default>false</default>
0586         </entry>
0587         <entry name="UpdateExisting" type="Bool">
0588             <label>Only update files that already exist</label>
0589             <whatsthis>Skip creating new files on the receiving side (--existing). This tells rsync to skip creating files (including directories) that do not exist yet on the destination. If this option is combined with the --ignore-existing option, no files will be updated (which can be useful if all you want to do is to delete extraneous files).</whatsthis>
0590             <default>false</default>
0591         </entry>
0592         <entry name="IgnoreExisting" type="Bool">
0593             <label>Ignore files that already exist</label>
0594             <whatsthis>Skip updating files that already exist on the receiving side (--ignore-existing). Existing directories are not ignored.</whatsthis>
0595             <default>false</default>
0596         </entry>
0597         <entry name="DelayUpdates" type="Bool">
0598             <label>Delay updates until the end of transfer</label>
0599             <whatsthis>Delay updates until the end of the transfer (--delay-updates). This option puts the temporary file from each updated file into a holding directory until the end of the transfer, at which time all the files are renamed and copied into place in rapid succession.</whatsthis>
0600             <default>false</default>
0601         </entry>
0602         <entry name="MakeBackups" type="Bool">
0603             <label>Make backups</label>
0604             <whatsthis>Make backups (-b, --backup). With this option, preexisting destination files are renamed as each file is transferred or deleted. You can control where the backup file goes and what (if any) suffix gets appended using the --backup-dir=DIR and --suffix=SUFFIX options.</whatsthis>
0605             <default>false</default>
0606         </entry>
0607         <entry name="UseBackupSuffix" type="Bool">
0608             <label>Backup suffix:</label>
0609             <whatsthis>Use this suffix for backups (--suffix=SUFFIX).</whatsthis>
0610             <default>false</default>
0611         </entry>
0612         <entry name="BackupSuffix" type="String">
0613             <label>Backup suffix</label>
0614             <whatsthis></whatsthis>
0615             <default>~</default>
0616         </entry>
0617         <entry name="UseBackupDirectory" type="Bool">
0618             <label>Backup directory:</label>
0619             <whatsthis>Store backups in this directory (--backup-dir=DIR).</whatsthis>
0620             <default>false</default>
0621         </entry>
0622         <entry name="BackupDirectory" type="Url">
0623             <label>Backup directory</label>
0624             <whatsthis></whatsthis>
0625             <default code="true">QUrl::fromLocalFile(QDir::homePath())</default>
0626         </entry>
0627         <entry name="UseBlockSize" type="Bool">
0628             <label>Force fixed checksum block size:</label>
0629             <whatsthis>Force a fixed checksum block-size (-B, --block-size=SIZE). This forces the block size used in the rsync algorithm to a fixed value.</whatsthis>
0630             <default>false</default>
0631         </entry>
0632         <entry name="BlockSize" type="Int">
0633             <label>The block size</label>
0634             <whatsthis></whatsthis>
0635             <min>0</min>
0636             <default>0</default>
0637         </entry>
0638         <entry name="UseChecksumSeed" type="Bool">
0639             <label>Set block/file checksum seed:</label>
0640             <whatsthis>Set block/file checksum seed (--checksum-seed=NUM). Set the MD4 checksum seed to this integer. This 4 byte checksum seed is included in each block and file MD4 checksum calculation. By default the checksum seed is generated by the server and defaults to the current time.</whatsthis>
0641             <default>false</default>
0642         </entry>
0643         <entry name="ChecksumSeed" type="Int">
0644             <label>The value for the UseChecksumSeed config option</label>
0645             <whatsthis></whatsthis>
0646             <min>0</min>
0647             <default>0</default>
0648         </entry>
0649         <entry name="UseChecksum" type="Bool">
0650             <label>Skip files based on checksum</label>
0651             <whatsthis>Skip files based on a checksum and not based on modification time and size (-c, --checksum). For further information on how this feature works read rsync's manual page.</whatsthis>
0652             <default>false</default>
0653         </entry>
0654         <entry name="UseBandwidthLimit" type="Bool">
0655             <label>Set bandwidth limit:</label>
0656             <whatsthis>Set the maximum data transfer rate in kilobytes per second (--bwlimit=RATE).</whatsthis>
0657             <default>false</default>
0658         </entry>
0659         <entry name="BandwidthLimit" type="Int">
0660             <label>The value for the UseBandwidthLimit config option</label>
0661             <whatsthis></whatsthis>
0662             <min>0</min>
0663             <max>1073741824</max> <!-- 1024^3 -->
0664             <default>0</default>
0665         </entry>
0666     </group>
0667 
0668   <!-- Profiles -->
0669   
0670     <group name="Profiles">
0671         <entry name="UseProfiles" type="Bool">
0672             <label>Use profiles</label>
0673             <whatsthis>Make Smb4K use profiles. This enables you to define different bookmarks and custom options for each profile. This is especially useful if you are using a laptop in different network neighborhoods, e. g. at home and at work.</whatsthis>
0674             <default>false</default>
0675         </entry>
0676         <entry name="ProfilesList" type="StringList">
0677             <label>Profiles</label>
0678             <whatsthis>The list of profiles.</whatsthis>
0679             <code>
0680                 QStringList defaultProfiles;
0681                 defaultProfiles.append(i18nc("default profile name for use at home", "Home"));
0682                 defaultProfiles.append(i18nc("default profile name for use at work", "Work"));
0683             </code>
0684             <default code="true">defaultProfiles</default>
0685         </entry>
0686         <entry name="ActiveProfile" type="String">
0687             <label>Active profile</label>
0688             <whatsthis>This is the currently active profile.</whatsthis>
0689             <default code="true">QString()</default>
0690         </entry>
0691         <entry name="TransferToFirstProfile" type="Bool">
0692             <label>Transfer all relevant data to the first profile when enabling profiles</label>
0693             <whatsthis>Transfer all custom settings and bookmarks to the first profile in the list when enabling profiles.</whatsthis>
0694             <default>false</default>
0695         </entry>
0696         <entry name="MakeAllDataAvailable" type="Bool">
0697             <label>Make all relevant data available when disabling profiles</label>
0698             <whatsthis>Make all custom settings and bookmarks available when disabling profiles. This means that all data previously saved in different profiles is now available in the standard profile. However, they can no longer be used in their original profiles afterwards.</whatsthis>
0699             <default>false</default>
0700         </entry>
0701     </group>
0702 </kcfg>