[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Backup from different hard drives on Windows
From: |
pbn1k |
Subject: |
Backup from different hard drives on Windows |
Date: |
Tue, 13 Aug 2024 02:41:16 +0000 |
First, I’d like to thank the developers for their hard work.
I need to backup two folders located on different hard drives. My file list:
C:/directory1
D:/directory2
I use the following command:
rdiff-backup.exe backup --include-globbing-filelist C:/path/to/filelist
--exclude '**' C:/ E:/
Unsurprisingly, this command fails because the list contains a directory on
drive D. I can only choose one drive as source (in this case C) because there’s
no equivalent of a Linux root directory in Windows (“/”).
How do I solve this?
Thanks in advance,Johan
- Backup from different hard drives on Windows,
pbn1k <=