-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added retention of backups set at default of 7 days.
- Added a progress bar to show through the terminal the progress of the script, if one doesn't want it, one can delete it. I thought it might be useful. - The retention addition deletes tar.gz files both from the local machine and the remote. - Updated README to show warning to users that this program will delete files specifically tar.gz files
- Loading branch information
Showing
3 changed files
with
99 additions
and
4 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,5 @@ six==1.16.0 | |
spidev==3.5 | ||
ssh-import-id==5.10 | ||
toml==0.10.1 | ||
tqdm==4.65.0 | ||
urllib3==1.26.5 |