Forrest logo
back to context overview

unison

List of commands for unison:

  • unison:ai:7dc5f sync two folders with unison?
    $ unison /path/to/folder1 /path/to/folder2
    try on your machine
    explain this command
  • unison:tldr:233e1 unison: Ignore some files using a pattern.
    $ unison ${path-to-directory_1} ${path-to-directory_2} -ignore ${pattern}
    try on your machine
    explain this command
  • unison:tldr:4e256 unison: Sync two directories (creates log first time these two directories are synchronized).
    $ unison ${path-to-directory_1} ${path-to-directory_2}
    try on your machine
    explain this command
  • unison:tldr:55d84 unison: Automatically accept the (non-conflicting) defaults.
    $ unison ${path-to-directory_1} ${path-to-directory_2} -auto
    try on your machine
    explain this command
  • unison:tldr:d58c7 unison: Show documentation.
    $ unison -doc ${topics}
    try on your machine
    explain this command
back to context overview