-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsettings.yml
52 lines (40 loc) · 1.34 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
###########################################################################
##
## SCM Backup
## https://scm-backup.org/
## Makes offline backups of your cloud hosted source code repositories
##
## Documentation about this config file:
## https://docs.scm-backup.org/en/latest/config.html
##
###########################################################################
# all backups go here
localFolder: 'c:\scm-backup'
# all backups go here on docker
# localFolder: '/app/backups'
# when an error occurs, wait that many seconds before exiting the application
waitSecondsOnError: 5
# uncomment this to send SCM Backup's console output via email
#email:
# from: from@example.com
# to: to@example.com
# server: smtp.example.com
# port: 0
# useSsl: false
# userName: testuser
# password: not-the-real-password
sources:
- title: github_singleuser
hoster: github
type: user
name: scm-backup-testuser
options:
backup:
# delete repos from local backup that don't exist at the hoster
removeDeletedRepos : false
# output a second log message for each repo when backing it up is finished
logRepoFinished: false
# add subfolder to localfolder in format yyyy-MM-dd_HHmm
addTimestampedSubfolder: false
# timestamp format for timestamped subfolder.
timestampFormat: yyyy-MM-dd_HHmm