Guest User

Untitled

a guest
May 17th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. # all backups go here
  2. localFolder: 'c:\scm-backup'
  3.  
  4. scms:
  5.   - name: git
  6.     path: 'C:\Program Files\Gitscm\bin\git.exe'
  7.    
  8. # when an error occurs, wait that many seconds before exiting the application
  9. waitSecondsOnError: 5
  10.  
  11. # uncomment this to send SCM Backup's console output via email
  12. #email:
  13. #  server: smtp.example.com
  14. #  port: 0
  15. #  useSsl: false
  16. #  userName: testuser
  17. #  password: not-the-real-password
  18.  
  19. sources:
  20.  
  21. options:
  22.     backup:
  23.        # delete repos from local backup that don't exist at the hoster
  24.         removeDeletedRepos : false
  25.  
Advertisement
Add Comment
Please, Sign In to add comment