Skip to main content
/
Linux
/
Contents contributed and discussions participated by Josef Jezek
Contents contributed and discussions participated by
Josef Jezek
Simple
Middle
Filter:
All
|
Bookmarks
|
Topics
2
More
How to synchronize with SSH | Chunhao's Blog
- 4 views
chunhao.net/...how-to-synchronize-with-ssh
unison
ssh
sshfs
sync
shared by
Josef Jezek
on 31 Mar 10
-
Cached
#!/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'
...
Cancel
Modify it to fit your actual environment. Note that the argument of sshfs command “-o workaround=rename”, this prevents the “renaming problem“.
...
Cancel
...
Cancel
20 Linux System Monitoring Tools Every SysAdmin Should Know - nixCraft
- 17 views
www.cyberciti.biz/...op-linux-monitoring-tools.html
system
admin
tools
Linux
shared by
swhite_citi
on 17 Nov 09
-
Cached
El Taller del Bit
liked it
...
Cancel
How do I replace text string in many files at once?
- 3 views
www.cyberciti.biz/...ing-in-many-files-at-once.html
linux
replace
text
shared by
Josef Jezek
on 17 Nov 09
-
Cached
...
Cancel
1
-
3
of
3
Showing
20
▼
items per page
20
50
100
Josef Jezek