Closed UgurKap closed 6 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.
b2 sync --help provides a description of all available options, including --exclude-all-symlinks which seems to be what you are searching for
b2 sync --help
--exclude-all-symlinks
Ah, okay. My bad, thanks for the great tool and very fast support :)
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.