-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backups: Use
rsync
to do the backing up
rsync has a --backup option which will accomplish what the backup_inline function is accomplishing. However, it will add the ability to do remote backups without doing remote shell magic. Coincidently, this removes the parallel rsync used to do the pull(), which may reduce the CPU and disk overhead slightly. Outstanding is to detect if remote backups were performed and emit a local message accordingly.
- Loading branch information
Jared Hancock
committed
Aug 30, 2017
1 parent
3cf7531
commit fd99bab
Showing
1 changed file
with
35 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters