CENTOS laptop backup to USB

General support questions
Post Reply
wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

CENTOS laptop backup to USB

Post by wp.rauchholz » 2018/09/21 10:09:01

I want to backup data from my laptop such, that it is also readable on my WINDOWS laptop. The backup is done twice into two different sub-directories on the USB. I created these two subdirectories (backup01 and backup02) myself. The rest of the strucutre was created by rsync according to what is in <source>
Commands a are:
rsync -av --delete <source> <destination> (=backup01)
rsync -av --delete --modify-window=1 <source> <destination> (=backup02)

When trying to access data on my WINDOWS laptop, I can acces directories backup01 and backup02. But I am not able to access the subdirectories and get the following error message:
backup.JPG
backup.JPG (38.61 KiB) Viewed 1568 times
What am I doing wrong? Thanks for your help.

Wolfgang

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

Re: CENTOS laptop backup to USB

Post by tunk » 2018/09/21 11:07:35

On your windows pc, when you open a cmd window and run dir d:\backup01\work, does it show something?
Also, I don't know, but there may be characters that's allowed in linux file/directory names, that's not allowed in windows.

ancientnoise
Posts: 58
Joined: 2017/02/20 01:36:15

Re: CENTOS laptop backup to USB

Post by ancientnoise » 2018/09/26 02:09:18

Why not just set up Samba on your CentOS laptop and copy the files across from WINDOWS?

Post Reply