Windows 10 Pro
Python 3.11 installed
Installed drive-backup with pipx
First, thank you for the excellent script!
Installation worked no problem. Running a basic backup works. But unless I'm misunderstanding intended behavior, it appears that no matter which type of backup I choose [complete|update|increment], it just overwrites the last file.
Help file says "Default is 'complete'.
So I ran
backup backup -d I:\Google-Drive-Backup
This runs a backup to the correct destination.

But subsequent backups just overwrite the existing backup using the same destination folder, not creating a new one.
So I tried
dbackup backup -d I:\Google-Drive-Backup -t complete
then I tried
dbackup backup -d I:\Google-Drive-Backup -t increment
then I tried
dbackup backup -d I:\Google-Drive-Backup -t complete --source "NPC"
Between backup tests I changed information in the Google drive backups, and made sure it was saved. So my expectation of intended behavior is that it will not touch the existing backup in my destination, but add another with the new information ... and anew file name? I'm guessing.
I can run this manually and I have this automated in a batch file that runs in Windows task Scheduler.

But it just continues to overwrite the existing backup in the destination folder. Is this a bug or am I doing somethng wrong?
Windows 10 Pro
Python 3.11 installed
Installed drive-backup with pipx
First, thank you for the excellent script!
Installation worked no problem. Running a basic backup works. But unless I'm misunderstanding intended behavior, it appears that no matter which type of backup I choose [complete|update|increment], it just overwrites the last file.
Help file says "Default is 'complete'.
So I ran
backup backup -d I:\Google-Drive-BackupThis runs a backup to the correct destination.
But subsequent backups just overwrite the existing backup using the same destination folder, not creating a new one.
So I tried
dbackup backup -d I:\Google-Drive-Backup -t completethen I tried
dbackup backup -d I:\Google-Drive-Backup -t incrementthen I tried
dbackup backup -d I:\Google-Drive-Backup -t complete --source "NPC"Between backup tests I changed information in the Google drive backups, and made sure it was saved. So my expectation of intended behavior is that it will not touch the existing backup in my destination, but add another with the new information ... and anew file name? I'm guessing.
I can run this manually and I have this automated in a batch file that runs in Windows task Scheduler.
But it just continues to overwrite the existing backup in the destination folder. Is this a bug or am I doing somethng wrong?