Line 547:
Line 547:
</li><li>Choose the daily.0 archive, which was created Monday night. Now restore the mailbox 'orders' using the rsync command.
</li><li>Choose the daily.0 archive, which was created Monday night. Now restore the mailbox 'orders' using the rsync command.
</li><li>Now run the rsync command ''(note the trailing slash!)'':
</li><li>Now run the rsync command ''(note the trailing slash!)'':
−
export RDIR=/home/e-smith/users/briedlin/Maildir/.orders/
+
export RDIR=/home/e-smith/files/users/briedlin/Maildir/.orders/
rsync -av /var/affa/prodserv/daily.0/$RDIR 10.204.48.1:$RDIR
rsync -av /var/affa/prodserv/daily.0/$RDIR 10.204.48.1:$RDIR
Line 553:
Line 553:
</li>If the servers are configured to use a different ssh port eg 2222, then instead do:
</li>If the servers are configured to use a different ssh port eg 2222, then instead do:
−
export RDIR=/home/e-smith/users/briedlin/Maildir/.orders/
+
export RDIR=/home/e-smith/files/users/briedlin/Maildir/.orders/
rsync -av -e 'ssh -p 2222' /var/affa/prodserv/daily.0/$RDIR 10.204.48.1:$RDIR
rsync -av -e 'ssh -p 2222' /var/affa/prodserv/daily.0/$RDIR 10.204.48.1:$RDIR
</li></ol>
</li></ol>