Re: Backup from different hard drives on Windows

pbn1k <[email protected]> Wed, 14 Aug 2024 03:44:59 +0000
Newsgroups gmane.comp.sysutils.backup.rdiff-backup.general
Message-ID <olS_lOzpWrVg-XXGSF2OwvpHbOsngY7xxiJuC3qLm5wRkEJATBVZXry0gtCMXei0I1GRmF87yOuaoOcPOhsyEBwQmO0WhtW4AmYprYl100c=@proton.me>
Thank you, I may try Cygwin. Perhaps WSL.

On Tuesday, August 13th, 2024 at 11:17 PM, EricZolf <ewl+rdiffbackup@lavar.=
de> wrote:

> Hi,
>=20
> there is no real solution, you backup each drive to a different repositor=
y.
> You could also try to use cygwin, which knows the concept of a root for W=
indows, but I've never tried if rdiff-backup actually works correctly with =
it.
>=20
> KR. Eric
>=20
> On August 13, 2024 2:41:16 AM UTC, pbn1k via Any discussion of rdiff-back=
up [email protected] wrote:
>=20
> > First, I=E2=80=99d like to thank the developers for their hard work.
> >=20
> > I need to backup two folders located on different hard drives. My file =
list:
> >=20
> > C:/directory1
> > D:/directory2
> >=20
> > I use the following command:
> >=20
> > rdiff-backup.exe backup --include-globbing-filelist C:/path/to/filelist=
 --exclude '**' C:/ E:/
> >=20
> > Unsurprisingly, this command fails because the list contains a director=
y on drive D. I can only choose one drive as source (in this case C) becaus=
e there=E2=80=99s no equivalent of a Linux root directory in Windows (=
=E2=80=9C/=E2=80=9D).
> >=20
> > How do I solve this?
> >=20
> > Thanks in advance,Johan