Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. archive_command = 'cp %p /path_to/archive/%f'
  2.  
  3. archive_command = 'scp -C %p remote-host:/path_to/archive/%f'
  4.  
  5. archive_command = 'xz -c9 %p | ssh remote-host ''xz -d > /path_to/archive/%f'''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement