All public logs
Jump to navigation
Jump to search
Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:24, 5 September 2023 Chubbard talk contribs created page Rsync (Created page with "=== Common rsync commands === == Copy with all dot-files included == <pre> rsync -av --include='.*' . /opt/nmsApi_backup/ </pre> == Normal rsync == <pre> rsync -arHS <src> <dest> </pre> Category:Bash")