Skip to content

Commit

Permalink
carifying option behavior about symlink to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrusb committed Sep 29, 2024
1 parent cbda2d4 commit 19896dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libdar/archive_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ namespace libdar
/// provide a list of full path which if are symlinks will be considered as the inode they point to

/// \note this is espetially intended for use with symlinks pointing to directories
/// to have dar recursing in such pointed to directory instead of just recording that directory
/// to have dar recursing in such pointed to directory instead of just recording that symlink
void set_ignored_as_symlink(const std::set<std::string> & list) { x_ignored_as_symlink = list; };

/// defines when to resave a file's data which inode metadata changed
Expand Down

0 comments on commit 19896dd

Please sign in to comment.