FacultyUnixCommands
From UoWiki
- Backup stuff to another machine over a network: /sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish user@host.com dd of=/path/to/backupfile/dump-usr.gz
- find out who'se hogging your diskspace: du -ck | sort -rn | less
Back to the FacultyUnix page
