Skip to content

Commit

Permalink
README updated to match current version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccztux committed Mar 16, 2017
1 parent a956ef5 commit c9566d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,23 @@ log_to_stdout="1"
### Description:
1. Check if glsysbackup will be exectuted with root privileges
2. Get and log the user, who starts glsysbackup
3. Check required, common binaries
3. Check if required, common binaries exists
4. Check if an instance is already running via lockfile and pgrep
5. Check if bash version meets requirements
6. Rotation of old backup files
7. Get syspackage manager and if it is supported, create file with installed packages
8. Build excluding options from config array
9. Make the backup
9. Execute Prebackup script, if it is defined
10. Make the backup
11. Execute Prebackup script, if it is defined



### Features:
- Lock functionality. Only one instance is possible to run. (Lock file and check with pgrep)
- Verbose logging to stdout and/or system logfile and/or individual logfile.
- Excluding of files
- Backupfile rotating
- Backupfile rotation
- Creates a file with installed packages (rpm || dpkg)
- Encryption with openssl
- CLI options and arguments
Expand Down

0 comments on commit c9566d8

Please sign in to comment.