Advertisement
Guest User

Untitled

a guest
May 17th, 2022
54
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. #  from: from@example.com
  14. #  to: to@example.com
  15. #  server: smtp.example.com
  16. #  port: 0
  17. #  useSsl: false
  18. #  userName: testuser
  19. #  password: not-the-real-password
  20.  
  21. sources:
  22.  
  23. options:
  24.     backup:
  25.        # delete repos from local backup that don't exist at the hoster
  26.         removeDeletedRepos : false
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement