Advertisement
smithtec

Untitled

Jun 17th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # Configuration file
  2.  
  3. btfu {
  4. S:"backup directory"=/BTFUBackup
  5.  
  6. # For normal operation, see rsync manual for --exclude. For systemless mode, see java.nio.file.PathMatcher. Patterns are for relative paths from the server root. [default: ]
  7. S:"excluded paths" <
  8. >
  9. I:"number of backups to keep"=128
  10. }
  11.  
  12.  
  13. system {
  14. S:cp=cp
  15. S:rm=rm
  16. S:rsync=rsync
  17.  
  18. # ignores platform-native tools and uses simple jvm-based implementations [default: false]
  19. B:systemless=false
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement