separated monolithic archive backup only the last file in the list

Questions about Cobian Reflector
Post Reply
salticidae
Posts: 1
Joined: 04 Feb 2023, 05:01

separated monolithic archive backup only the last file in the list

Post by salticidae »

given the following source:

Code: Select all

\\wsl.localhost\Debian\home\myusername\.zshrc
\\wsl.localhost\Debian\home\myusername\.gitconfig
if I keep the default "separated monolithic archive" I get only one archive file, ie:

Code: Select all

378f1c79-6c54-445d-b4a7-ed59f662cd98 2023-02-04 10;57;10 (Full)
The archive contains only one of the two file in that case

Code: Select all

.gitconfig
My guess is that the archive name is generated from the parent folder and then overwritten by each file source backup
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: separated monolithic archive backup only the last file in the list

Post by cobian »

Yes, and the problem is that the files have the same name (empty name)... I will try to solve this problem somehow in the next version.
--
Luis Cobian
Cobian Backup's creator
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: separated monolithic archive backup only the last file in the list

Post by cobian »

I have fixed this partially. Those files will now have the name they were supposed to have: .zip or .7z

BUT because both will end up having the same name .zip (or .7zip) the first one will be overwritten....
--
Luis Cobian
Cobian Backup's creator
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: separated monolithic archive backup only the last file in the list

Post by cobian »

Or OK, I will give the second file another name

.zip

and

(1).zip

(2.zip) etc
--
Luis Cobian
Cobian Backup's creator
Post Reply