Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zevilz committed Dec 13, 2020
1 parent cf16265 commit 87f07f9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,24 @@ bash backup.sh bases daily 7

Supported backup types:

- files - backup projects folder
- bases - backup projects bases
- `files` - backup projects folder
- `bases` - backup projects bases

Supported periods:

- hourly - add number and name of the current week day and current hour to archive name (ex.: domain.com_files_5_Friday_02.7z)
- daily - add number and name of the current week day to archive name (ex.: domain.com_files_5_Friday.7z)
- weekly - add "weekly" mark to archive name (ex.: domain.com_files_weekly.7z)
- monthly - add "monthly" mark to archive name (ex.: domain.com_files_monthly.7z)
- `hourly` - add number and name of the current week day and current hour to archive name (ex.: domain.com_files_5_Friday_02.7z)
- `daily` - add number and name of the current week day to archive name (ex.: domain.com_files_5_Friday.7z)
- `weekly` - add "weekly" mark to archive name (ex.: domain.com_files_weekly.7z)
- `monthly` - add "monthly" mark to archive name (ex.: domain.com_files_monthly.7z)

Supported compress ratio:

- 0 - without compression
- 1 - fastest
- 3 - fast
- 5 - normal (default)
- 7 - maximum
- 9 - ultra
- `0` - without compression
- `1` - fastest
- `3` - fast
- `5` - normal (default)
- `7` - maximum
- `9` - ultra

Better compression ratios with big files can lead to fails. if at an archiving there is a fails that it is necessary to lower compression ratio.

Expand Down

0 comments on commit 87f07f9

Please sign in to comment.