Skip to content

Drive-Backup backup type doesn't appear to be working #18

@dyslecix

Description

@dyslecix

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.

2024-11-05 Windows File Explorer backups

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.

2024-11-05 Drive backup batch file

But it just continues to overwrite the existing backup in the destination folder. Is this a bug or am I doing somethng wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions