Skip to content

Instantly share code, notes, and snippets.

@EugeneKey
Last active July 13, 2024 03:32
Show Gist options
  • Save EugeneKey/8014730d6b63b44674ee18e38bdefee1 to your computer and use it in GitHub Desktop.
Save EugeneKey/8014730d6b63b44674ee18e38bdefee1 to your computer and use it in GitHub Desktop.
Synolody Drive: exclude from sync folders for MacOS
cd ~/Library/Application\ Support/SynologyDrive/SynologyDrive.app/Contents/Resources/conf
[Version]
major = 1
minor = 1
[Common]
black_char = ":*?\"<>|\\/"
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot", "node_modules", ".git", "log", "tmp"
max_length = 255
max_path = 768
[File]
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "tmp", "temp", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot"
black_prefix = "~"
max_size = 0
[Directory]
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot", "node_modules", ".git", "log", "tmp"
[EA]
[Version]
major = 1
minor = 1
[Common]
black_char = "\\/"
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot", "node_modules", ".git", "log", "tmp"
max_length = 255
max_path = 768
[File]
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "tmp", "temp", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot"
black_prefix = "~"
max_size = 0
[Directory]
black_name = "@tmp", "@eaDir", ".SynologyWorkingDirectory", "#recycle", "desktop.ini", ".ds_store", "Icon\r", "thumbs.db", "$Recycle.Bin", "@sharebin", "System Volume Information", "Program Files", "Program Files (x86)", "ProgramData", "#snapshot", "node_modules", ".git", "log", "tmp"
[EA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment