1. 24 Mar, 2008 1 commit
    • Wayne Davison's avatar
      Improved --dirs/--no-dirs/--list-only option handling: · 73cb6738
      Wayne Davison authored
      - Moved setting of list_only and xfer_dirs from main.c to options.c.
      - Fixed the ability of the user to force --no-dirs.
      - Added the --old-dirs/--old-d option to make it easier to interact
        in list-only mode with an older rsync.
      - Suggest the use of --old-d instead of "-r --exclude='/*/*'".
      73cb6738
  2. 23 Mar, 2008 4 commits
  3. 22 Mar, 2008 7 commits
  4. 21 Mar, 2008 5 commits
  5. 20 Mar, 2008 2 commits
  6. 19 Mar, 2008 3 commits
    • Wayne Davison's avatar
      A couple more support/rrsync tweaks: · e889e0c4
      Wayne Davison authored
      - Die if the --server option is not first on the command-line.
      - Don't allow the --daemon option by default.
      e889e0c4
    • Wayne Davison's avatar
    • Matt McCutchen's avatar
      Unsnarl missing_below/dry_run logic. · 83a8ca7b
      Matt McCutchen authored
      The generator can skip a directory's contents altogether due to
      --ignore-non-existing, a daemon exclude, or a mkdir failure.  On a
      --dry-run, the generator can also note the missingness of a directory
      while still scanning its contents.  These two scenarios were conflated
      using a single set of missing_below/missing_dir variables in combination
      with transient increments in dry_run; this caused at least three bugs.
      
      Now recv_generator has separate variables for the two scenarios, called
      skip_dir and dry_missing_dir, respectively.  For simplicity, we take the
      F_DEPTH instead of having separate *_below variables.  We mark both
      kinds of missing dirs with FLAG_MISSING_DIR.  (dry_run > 1) iff the
      *root* of the destination does not exist; it is no longer incremented
      for missing subdirs.  I added tests for the three fixed bugs in
      missing.test.
      83a8ca7b
  7. 18 Mar, 2008 6 commits
  8. 17 Mar, 2008 12 commits