From 7a36dbdbb095393170e4268e65df01a74e27b7af Mon Sep 17 00:00:00 2001 From: Tim Dettrick Date: Thu, 12 Oct 2017 09:30:36 +1000 Subject: [PATCH] Add --delete-after example to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9bbe1..bf92dcd 100644 --- a/README.md +++ b/README.md @@ -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