run_archive: Archive all files and folders in 'input' to 'output'

run_archive_noneR Documentation

Archive all files and folders in input to output

Description

These functions archive the input folder, create checksums, and, depending on the function, compress the archive.

Usage

run_archive_none(input, output)

run_archive_none_subdir(input, output)

run_archive_tar(input, output)

run_archive_tar.gz(input, output)

run_archive_tar.gz_subdir(input, output)

run_archive_tar_subdir(input, output)

Arguments

input

directory which to archive

output

directory in which the archive will be created

Value

run_archive_none(): invisibly returns the name of the archive directory

run_archive_tar(): invisibly returns the name of the archive file

run_archive_tar(): invisibly returns the name of the archive file

run_archive_tar.gz(): invisibly returns the name of the archive file

run_archive_tar(): invisibly returns the name of the archive file

run_archive_tar(): invisibly returns the name of the archive file

Examples

## Not run: 
run_archive_none(
  input = "./input",
  output = "./output"
)

## End(Not run)
## Not run: 
run_archive_none_subdir(
  input = "./input",
  output = "./output"
)

## End(Not run)
## Not run: 
run_archive.tar(
  input = "./input",
  output = "./output"
)

## End(Not run)
## Not run: 
run_archive.tar.gz(
  input = "./input",
  output = "./output"
)

## End(Not run)
## Not run: 
run_archive.tar(
  input = "./input",
  output = "./output"
)

## End(Not run)
## Not run: 
run_archive.tar(
  input = "./input",
  output = "./output"
)

## End(Not run)

LEEF-UZH/LEEF.archive.default documentation built on Jan. 15, 2024, 1:31 a.m.