From 4d6219603fc40d524756d7332ec853352d35c5b4 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 13 Aug 2013 12:58:31 +0200 Subject: [PATCH] Added todolist. --- TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..424a14a --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +Global Qasim parameters + +* Default local cache directory +* Default mount point directory + +* AutoSSH (disable if not installed) + * autossh executable path + * use autossh (default: yes) +* Unison (disable if not installed) + * unison executable path + * use unison (default: yes) + * sync interval (0=none, ...) in hours + +Global SSHFS Options + +* reconnect (default: yes) +* compress (default: yes) +* transform_symlinks (default: yes) +* ServerAliveInterval (default: 30) +* ServerAliveCountMax (default: 30) + +ssh_command='autossh -M 0' +