zar
zar

Reputation: 123

How to exclude a symbolic link in rsnapshot

I am using rsnapshot to manage my backups. The file /home/foo/bar is a symbolic link to a folder, and I want to exclude it. The --exclude option does not work, because if the pattern ends with a / then it will only match a directory, not a symlink.

How could I do?

Upvotes: 0

Views: 434

Answers (0)

Related Questions