Skip to main content

Home/ Linux/ Group items tagged unison

Rss Feed Group items tagged

Josef Jezek

How to synchronize with SSH | Chunhao's Blog - 4 views

  • #!/bin/sh sshfs -o workaround=rename username@sshserver:/path/html/wiki wiki-remote/ echo "Synchronising with sshserver" unison /var/www/dokuwiki/data ./wiki-remote/data \ -fastcheck yes \ -ignore 'Path cache' \ -ignore 'Path locks'
  • Modify it to fit your actual environment. Note that the argument of sshfs command “-o workaround=rename”, this prevents the “renaming problem“.
David Corking

Rsync To Dropbox / Jungle Disk « Blog | lesterchan.net - 7 views

  • --log-file=
    • David Corking
       
      Might be useful to get into the habit of using logs for later troubleshooting.
  • –size-only Modifies rsync’s “quick check” algorithm for finding files that need to be transferred, changing it from the default of transferring files with either a changed size or a changed last-modified time to just looking for files that have changed in size
    • David Corking
       
      Sounds like webdav clocks gets sufficiently out of sync with the local machine to cause trouble with rsync. I wonder if it leads to unnecessary download of entire files. Does this mean that unison won't work on webdav drives?
  •  
    Nice tips for doing small backups with rsync
1 - 2 of 2
Showing 20 items per page