Changes

Jump to navigation Jump to search
19 bytes removed ,  20:05, 21 June 2007
m
no edit summary
Line 394: Line 394:  
<code># export RDIR=/home/e-smith/users/briedlin/Maildir/.orders/</code><br>Note the leading slash!
 
<code># export RDIR=/home/e-smith/users/briedlin/Maildir/.orders/</code><br>Note the leading slash!
   −
<code># rsync -av --numeric-ids -e /usr/bin/ssh /var/affa/prodserv/scheduled.1/$RDIR 10.204.48.1:$RDIR</code>
+
<code># rsync -av /var/affa/prodserv/scheduled.1/$RDIR 10.204.48.1:$RDIR</code>
      Line 400: Line 400:  
<b>Example 2:</b> A user has deleted the file orderform.pdf from ibay 'docs' and ask you to restore it.
 
<b>Example 2:</b> A user has deleted the file orderform.pdf from ibay 'docs' and ask you to restore it.
   −
1. You searched and found the latest version of this file in archive weekly.1
+
1. You have searched and found the latest version of this file in archive weekly.1
    
2. Copy it back to the server:
 
2. Copy it back to the server:
Line 406: Line 406:  
<code># export RFILE=/home/e-smith/files/ibays/docs/files/orderform.pdf</code>
 
<code># export RFILE=/home/e-smith/files/ibays/docs/files/orderform.pdf</code>
   −
<code># scp /var/affa/prodserv/weekly.1/$RFILE 10.204.48.1:$RFILE</code>
+
<code># rsync -av /var/affa/prodserv/weekly.1/$RFILE 10.204.48.1:$RFILE</code>
     
501

edits

Navigation menu