moveto_rclone_smb: Move file from source to destination

View source: R/rcloneSMB.R

moveto_rclone_smbR Documentation

Move file from source to destination

Description

Overwrite file/folder at destination with source

Usage

moveto_rclone_smb(
  host,
  user,
  src,
  dest,
  src_smb = TRUE,
  dest_smb = TRUE,
  password = NULL,
  rclone_location = Sys.getenv("rclone_location"),
  dry_run = TRUE,
  ...
)

Arguments

host

SMB server hostname to connect to

user

SMB username

src

Source file/folder path

dest

Destination file/folder path

src_smb

Source is on smb. If false path is treated as local

dest_smb

Destination is on smb. If false path is treated as local

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

Silent


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