backup icon indicating copy to clipboard operation
backup copied to clipboard

Simple backup script utilising OpenSSL, tar and rsync, written in bash

Results 2 backup issues
Sort by recently updated
recently updated
newest added

Why does deleteoldbackups.sh give this error: /backups/bin/deleteoldbackups.sh: line 59: cd: /root/backups/: No such file or directory /root/backups appears nowhere in my configuration file: root@nigelhorne:/backups/bin# fgrep /root * root@nigelhorne:/backups/bin# ls -l...

What would be really sweet - but it would add to the complexity of the script - would be to support incremental backups between the monthly, weekly and daily backups...

enhancement