esync

Directory watching and remote syncing
Log | Files | Refs | README | LICENSE

.esync.toml (182B)


      1 [sync]
      2 local  = "."
      3 remote = "/tmp/esync-demo"
      4 
      5 [settings]
      6 ignore = [".git", ".DS_Store", "*.tape", "*.gif", "config/secrets.env"]
      7 
      8 [settings.rsync]
      9 archive  = true
     10 compress = false