Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb49819-default-backup-time' into 'master'
[buteo-sync-plugins-social] Set the default backup time to 2:00. JB#49819

See merge request mer-core/buteo-sync-plugins-social!60
  • Loading branch information
blam committed Jun 11, 2020
2 parents 57c2447 + d1385b2 commit ec68dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dropbox/dropbox-backup/dropbox.Backup.xml
Expand Up @@ -7,7 +7,7 @@
<key name="hidden" value="true" />
<key name="displayname" value="Dropbox Backup"/>

<schedule enabled="false" interval="" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="" />
<schedule enabled="false" interval="" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="02:00:00" />

<profile name="dropbox-backup" type="client" >
<key name="Sync Direction" value="two-way" />
Expand Down
2 changes: 1 addition & 1 deletion src/onedrive/onedrive-backup/onedrive.Backup.xml
Expand Up @@ -7,7 +7,7 @@
<key name="hidden" value="true" />
<key name="displayname" value="OneDrive Backup"/>

<schedule enabled="false" interval="" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="" />
<schedule enabled="false" interval="" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="02:00:00" />

<profile name="onedrive-backup" type="client" >
<key name="Sync Direction" value="two-way" />
Expand Down

0 comments on commit ec68dec

Please sign in to comment.