Backblaze / B2_Command_Line_Tool

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Other
529 stars 120 forks source link

[Question or Feature Request] Excluding Symbolic Links #1033

Closed UgurKap closed 2 months ago

UgurKap commented 2 months ago

Hello, when you sync a directory with b2, it seems to be just uploading the original files if you have a symbolic link. I am not aware if there is a way to exclude symbolic links from uploading. If there is, it would be pretty neat.

mjurbanski-reef commented 2 months ago

b2 sync --help provides a description of all available options, including --exclude-all-symlinks which seems to be what you are searching for

UgurKap commented 2 months ago

Ah, okay. My bad, thanks for the great tool and very fast support :)