Unfortunately it was overlooked in release 0.7 the naming change of the backup directory will cause the first rsync backup to become a full backup and no incremental backup even there is no new OS up and running.
Everybody who plans to upgrade to 0.7 can use this script to rename all old backups to the new naming scheme and then the first release 0.7 rsync backup will be a rsync backup also.
You can download the script with
curl -s https://raw.githubusercontent.com/framps/raspiBackup/master/scripts/raspiBackupDownloadFromGit.sh | bash -s -- master scripts/raspiBackupMigrateOldDirnames.sh
Please check first the script doesn't create any error messages before you actually rename the backup directories with option -r.
Note
dd and tar Backups are not supported by the script because they are full backups all the time
Unfortunately it was overlooked in release 0.7 the naming change of the backup directory will cause the first rsync backup to become a full backup and no incremental backup even there is no new OS up and running.
Everybody who plans to upgrade to 0.7 can use this script to rename all old backups to the new naming scheme and then the first release 0.7 rsync backup will be a rsync backup also.
You can download the script with
Please check first the script doesn't create any error messages before you actually rename the backup directories with option
-r.Note
dd and tar Backups are not supported by the script because they are full backups all the time