diff --git a/core/smb4k.kcfg b/core/smb4k.kcfg index e043ef1..254b245 100644 --- a/core/smb4k.kcfg +++ b/core/smb4k.kcfg @@ -1,620 +1,620 @@ QString QDir QUrl QHostInfo smb4kglobal.h Set the tab orientation for the tabified dock widgets. Bottom Do not show the name of the share that is represented by the bookmark but the custom label that was defined in the bookmark editor. true 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. false 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. true The IP address of the server will be displayed in a separate column in the network neighborhood browser. true The comment describing the server or share will be displayed in a separate column in the network neighborhood browser. true The tooltip shows various information about the current network item. true 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. true The tooltip shows various information about the current share. true This setting determines the view mode of the shares view. There are two modes: the icon view and the list view. IconView This is the NetBIOS name of this computer that is used by Smb4K. By default, it is either the NetBIOS name that is defined in the smb.conf file or the host name. Smb4KGlobal::globalSambaOptions().contains("netbios name") ? Smb4KGlobal::globalSambaOptions().value("netbios name") : QHostInfo::localHostName().toUpper() This is the workgroup or domain this computer is or should be in. By default, it is the workgroup that is defined in the smb.conf file. Smb4KGlobal::globalSambaOptions().contains("workgroup") ? Smb4KGlobal::globalSambaOptions().value("workgroup") : "" This is the port that is used for connecting to remote servers with the client programs net, smbclient and smbtree. The default value is 139 (NetBIOS). Under FreeBSD, this setting is also used for mounting. false This is the port that is used for connecting to remote servers with the client programs net, smbclient and smbtree. The default value is 139 (NetBIOS). Under FreeBSD, this setting is also used for mounting. 1 65535 139 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. false The master browsers in your network neighborhood require a login to return the browse list. This setting is rarely needed. false Use Kerberos for authentication. This is only useful in an Active Directory environment. false Use the Winbind ccache for authentication. false Set the level of encryption that is used for making connections. false Set the level of encryption that is used for making connections. None - - If you have trouble discovering the workgroups and domains in your network neighborhood, you should consider to switch this setting on. Smb4K will then force the use of the SMB1 protocol for searching for workgroups and domains. + + If you have trouble discovering the workgroups and domains in your network neighborhood, you should consider to switch this setting on. Smb4K will then force the use of the SMB 1.0 protocol for searching for workgroups and domains. true 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. false Printer shares are detected. true Hidden shares are detected. Hidden shares are ending with a $ sign, e.g. Musik$ or IPC$. true 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 package 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. false This is the waiting time in seconds between the sending of the magic Wake-On-LAN packages and the scanning of the network neighborhood or the mounting of a share. 0 60 5 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. true 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. false 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. QUrl::fromLocalFile(QDir::homePath()+"/smb4k_sync/") Use archive mode (-a, --archive). This is a short form of -rlptgoD. true Recurse into directories (-r, --recursive). true Update files in the destination directory that are older than in the source directory (-u, --update). false 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. false 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. false 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. false Transfer directories without recursing (-d, --dirs). This means that all top-level subdirectories are transferred but without their contents. false 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. false Explicitly set the compression level to use (--compress-level=NUM). If NUM is non-zero, the --compress argument is implied. false 0 9 0 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. false Copy symlinks as symlinks (-l, --links). true Transform symlinks into the items they are pointing to (-L, --copy-links). false 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. false 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. false 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. false 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. false 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. false 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. false 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. true Preserve the group (-g, --group). The group of the destination file will be set to the same value as the source file. true 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. true 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. true 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. true 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. false 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. false 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. false 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. false Delete files on the receiving side after the transfer has completed (--delete-after, --del). false 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. false 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. false Delete even if I/O errors occur (--ignore-errors). This option has to be specified in conjunction with --delete to take effect. false 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. false 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. false 0 0 This option causes rsync to not transfer any file that is smaller than the specified size (--min-size=SIZE). false 0 0 This option causes rsync to not transfer any file that is larger than the specified size (--max-size=SIZE). false 0 0 Keep partially transferred files (--partial). The default behavior is that any partially transferred file is deleted if the transfer is interrupted. false 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. false QUrl::fromLocalFile(QDir::homePath()) 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. false 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. false 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. false QUrl::fromLocalFile(QDir::homePath()+"/exclude.txt") 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. false 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. false QUrl::fromLocalFile(QDir::homePath()+"/include.txt") 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. 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. false 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. false 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. false 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. false 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. false 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). false Skip updating files that already exist on the receiving side (--ignore-existing). Existing directories are not ignored. false 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. false 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. false Use this suffix for backups (--suffix=SUFFIX). false ~ Store backups in this directory (--backup-dir=DIR). false QUrl::fromLocalFile(QDir::homePath()) Force a fixed checksum block-size (-B, --block-size=SIZE). This forces the block size used in the rsync algorithm to a fixed value. false 0 0 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. false 0 0 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. false Set the maximum data transfer rate in kilobytes per second (--bwlimit=RATE). false 0 1073741824 0 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. false The list of profiles. QStringList defaultProfiles; defaultProfiles.append(i18nc("default profile name for use at home", "Home")); defaultProfiles.append(i18nc("default profile name for use at work", "Work")); defaultProfiles This is the currently active profile. QString() Use the profile migration assistant when profiles are removed or the use of profiles is enabled or disabled. The profile migration assistant allows you to migrate all settings that were saved for a certain profile to a different one. false