Skip to content

Commit

Permalink
Add --delete-after example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdett committed Oct 11, 2017
1 parent 5138f48 commit 7a36dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backup2swift setup my_backup_container > config.json
Then, after copying config.json to the system that needs to perform file backups:

```
backup2swift -c config.json monday-backup-files.tar.gz monday-backup-db.sql.xz
backup2swift -c config.json --delete-after 2592000 monday-backup-files.tar.gz monday-backup-db.sql.xz
```

## Static binary
Expand Down

0 comments on commit 7a36dbd

Please sign in to comment.