diff options
| author | Laurent <laurent@pogopixels.com> | 2014-01-14 05:16:42 -0800 |
|---|---|---|
| committer | Laurent <laurent@pogopixels.com> | 2014-01-14 05:16:42 -0800 |
| commit | 60c04350fc8d98baade4c8dc08392e4dc3e4aa15 (patch) | |
| tree | 4c7690733179284ef3c676f6ca7b5ad90fd12ba3 | |
| parent | 27a98fb54beb47bfd56af363de1b27581b972b6e (diff) | |
| parent | 12930a24ebcac25988678c17177cf05323677f26 (diff) | |
Merge pull request #30 from Meldanya/master
Fix expiring old backups
| -rwxr-xr-x | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 7a1f355..e5192bd 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -47,7 +47,7 @@ fn_expire_backup() { fi fn_log_info "Expiring $1" - # rm -rf -- "$1" + rm -rf -- "$1" } # ----------------------------------------------------------------------------- |
