Variable: tramp-smb-actions-with-tar

tramp-smb-actions-with-tar is a variable defined in tramp-smb.el.gz.

Value

((tramp-password-prompt-regexp tramp-action-password)
 (tramp-wrong-passwd-regexp tramp-action-permission-denied)
 (tramp-smb-errors tramp-action-permission-denied)
 (tramp-process-alive-regexp tramp-smb-action-with-tar))

Documentation

List of pattern/action pairs.

This list is used for tar-like copy of directories.

See tramp-actions-before-shell for more info.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defconst tramp-smb-actions-with-tar
  '((tramp-password-prompt-regexp tramp-action-password)
    (tramp-wrong-passwd-regexp tramp-action-permission-denied)
    (tramp-smb-errors tramp-action-permission-denied)
    (tramp-process-alive-regexp tramp-smb-action-with-tar))
  "List of pattern/action pairs.
This list is used for tar-like copy of directories.

See `tramp-actions-before-shell' for more info.")