mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-12 13:12:30 +00:00
Added --strategy option description
This commit is contained in:
parent
c5c1307062
commit
e988703100
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ On macOS, it has a few disadvantages compared to Time Machine - in particular it
|
|||
--log-dir Set the log file directory. If this flag is set, generated files will
|
||||
not be managed by the script - in particular they will not be
|
||||
automatically deleted.
|
||||
--strategy Set the expiration strategy. Default: "1:1, 30:7, 365:30" means after one
|
||||
day, keep one backup per day. After 30 days, keep one backup every 7 days.
|
||||
After 365 days keep one backup every 30 days.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Reference in a new issue