Update 'Backing up stuff in Google Cloud Storage'
parent
649cc07557
commit
cc20b00131
|
@ -13,8 +13,8 @@ Once you have a subscription, these are the steps:
|
|||
8. Create and activate the following units and timers in systemd
|
||||
|
||||
|
||||
## Files
|
||||
### database-daily-backup.service
|
||||
# Files
|
||||
## database-daily-backup.service
|
||||
```
|
||||
[Unit]
|
||||
Description=Daily PG Backup
|
||||
|
@ -32,7 +32,7 @@ KillMode=process
|
|||
TimeoutStopSec=900
|
||||
```
|
||||
|
||||
### database-daily-backup.timer
|
||||
## database-daily-backup.timer
|
||||
```
|
||||
[Unit]
|
||||
Description=Daily PG Backup
|
||||
|
@ -47,7 +47,7 @@ Persistent=true
|
|||
WantedBy=timers.target
|
||||
```
|
||||
|
||||
### lab-daily-backup.service
|
||||
## lab-daily-backup.service
|
||||
```
|
||||
[Unit]
|
||||
Description=Daily Lab backpu
|
||||
|
@ -63,7 +63,7 @@ KillMode=process
|
|||
TimeoutStopSec=900
|
||||
```
|
||||
|
||||
### lab-daily-backup.timer
|
||||
## lab-daily-backup.timer
|
||||
```
|
||||
[Unit]
|
||||
Description=Daily Lab Backup
|
||||
|
|
Loading…
Reference in a new issue