purge_rclone_smb: Remove path and all files

View source: R/rcloneSMB.R

purge_rclone_smbR Documentation

Remove path and all files

Description

Remove path and all files

Usage

purge_rclone_smb(
  host,
  user,
  path,
  password = NULL,
  rclone_location = Sys.getenv("rclone_location"),
  dry_run = TRUE,
  ...
)

Arguments

host

SMB server hostname to connect to.

user

SMB username.

path

SMB folder path to remove

password

Plain text password. If you have an obscured password pass the obscured password in variable pass.

rclone_location

Location of rclone

dry_run

Do a trial run with no permanent changes

...

Additional variables for rclone_smb_connection_string

Value

List of file changes


bwaite-esr/btools documentation built on Sept. 28, 2023, 5:26 p.m.