Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to follow symbolic links #3863

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2022

  1. Add option to follow symbolic links

    A new flag --follow-symlinks was added to the backup command (default off).  When enabled, restic will dereference any symbolic link encountered to its destination file or folder instead.  This allows the destination of symbolic links to be backed up as if they were standard files or folders.  In order to prevent infinite loops or backup of unwanted symlinks, use the --exclude options.
    Chris-Capon committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    54ea9c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    64552b7 View commit details
    Browse the repository at this point in the history