acmodeu

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by acmodeu

  1. This: /folder1/folderX

    The leading '/' is relative to the sync root and not the system root. I like to avoid using the leading slashes though because that way you can't use the .SyncIgnore files as an ignore list with 'tar' for instance.

    Thank you. Do you mean that on windows client I also should use "/" or "\" instead?
  2. I'm syncing data among 2 windows and one debian machines. There is folderX which I want to be exclude from syncing. What should I write in .SyncIgnore files on both windows and debian clients if the folder name may coincide with other folders? Example:

    /sync-folder/

    /sync-folder/folderX

    /sync-folder/folder1/folderX

    I want to exclude folderX only from folder1.