Below is example of backing up users' home directory to remote host piped via ssh:
tar -cvzf - -C /home {username} | ssh {remotehost} 'cat >/path/to/bak/{username}.tgz'
tarRemote backups with tar over sshSubmitted by sandip on Mon, 02/28/2011 - 15:26Below is example of backing up users' home directory to remote host piped via ssh: tar -cvzf - -C /home {username} | ssh {remotehost} 'cat >/path/to/bak/{username}.tgz' »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 9 guests online.
|