Skip to content

Identify appropriate rsync flags #1

@mark-cohen

Description

@mark-cohen

This script currently uses the "avNHXxh" flags. Need to identify whether these are all necessary, and compatible with installed rsync version.

Flag definitions from the rsync man page:

  • a = archive
  • v = verbose
  • N = preserve file creation times
  • H = preserve hard links
  • X = preserve extended attributes
  • x = don't cross filesystem boundaries
  • h = human readable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions