mirror .htaccess files?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eisenkarl
    Visitor
    • Jul 2015
    • 4

    mirror .htaccess files?

    Hi, i use a script to mirror 2 folders:

    Code:
    log verbose "C:\Backup\AdminLog.txt"
    option confirm:yes-to-all
    load create:left C:\folder X:\backup\folder
    select all
    sync create-empty mirror:left->right
    folder-report layout:summary options:display-all output-to:"%2" output-options:html-color
    but i have no .htacces files on the right side, what can i do?

    THX
  • Dave_L
    Veteran
    • Dec 2007
    • 351

    #2
    Do those files have some special attribute such as hidden or protected? Maybe you need to use the "filter" command to display them.
    http://www.scootersoftware.com/v4hel...ce.html#filter

    Comment

    • eisenkarl
      Visitor
      • Jul 2015
      • 4

      #3
      thank you for your answer, but i do not complete understand what you mean.
      please can you give me an example for .htaccess?

      THX

      Comment

      • Aaron
        Team Scooter
        • Oct 2007
        • 16011

        #4
        Hello,

        If you open the graphical interface, and load your two base folders into a new, blank Folder Compare, are your .htaccess files immediately visible? Or do you need to enable Suppress Filters to see them appear? If so, then we'll need to change your filters. The most likely change will need to be done in the Session Settings, Other Filters tab, and disable "Exclude protected operating system files". You will then need to add
        filter include-protected
        as the first line in your script.
        Aaron P Scooter Software

        Comment

        • eisenkarl
          Visitor
          • Jul 2015
          • 4

          #5
          Ok, thank you.
          The files are in the folder, after the mirroring it is hidden on the right site.

          Comment

          • Aaron
            Team Scooter
            • Oct 2007
            • 16011

            #6
            Ok, so the sync is working, and the files are just hidden when you attempt to look at the folder in Explorer or Beyond Compare?

            And if you disable Exclude Protected Operating System Files in the Session Settings, everything appears as you expect?

            If there are still any issues, please let us know.
            Aaron P Scooter Software

            Comment

            Working...