Skip to main content
added 95 characters in body; edited tags
Source Link
Vlastimil Burián
  • 31.3k
  • 66
  • 210
  • 358

I am trying to backup my filesystem to my SSD so I can boot from SSD. The issue I am having is RSYNC is giving me errors. I am running

sudo rsync -aAXv / --exclude=/media/* --exclude=/mnt/* /mnt/mydrive 

which should carry over permissions and groups. I don't want to mess anything up once I have my ssd ready so I want to preserve all groups and settings. I have a bunch of programs running on here. plex,sonarr,radar.

The destination folder is mounted as root. I am running rsync as root. What am I missing here?


From comments:

What file system is on /mnt/mydrive is the question? It's FAT32.

I am trying to backup my filesystem to my SSD so I can boot from SSD. The issue I am having is RSYNC is giving me errors. I am running

sudo rsync -aAXv / --exclude=/media/* --exclude=/mnt/* /mnt/mydrive 

which should carry over permissions and groups. I don't want to mess anything up once I have my ssd ready so I want to preserve all groups and settings. I have a bunch of programs running on here. plex,sonarr,radar.

The destination folder is mounted as root. I am running rsync as root. What am I missing here?

I am trying to backup my filesystem to my SSD so I can boot from SSD. The issue I am having is RSYNC is giving me errors. I am running

sudo rsync -aAXv / --exclude=/media/* --exclude=/mnt/* /mnt/mydrive 

which should carry over permissions and groups. I don't want to mess anything up once I have my ssd ready so I want to preserve all groups and settings. I have a bunch of programs running on here. plex,sonarr,radar.

The destination folder is mounted as root. I am running rsync as root. What am I missing here?


From comments:

What file system is on /mnt/mydrive is the question? It's FAT32.

edited tags
Link
Vlastimil Burián
  • 31.3k
  • 66
  • 210
  • 358

rsync on raspberry pi 4 chmod and chown operation not permitted

Source Link

rsync on raspberry pi 4 chmod and chown operation not permitted

I am trying to backup my filesystem to my SSD so I can boot from SSD. The issue I am having is RSYNC is giving me errors. I am running

sudo rsync -aAXv / --exclude=/media/* --exclude=/mnt/* /mnt/mydrive 

which should carry over permissions and groups. I don't want to mess anything up once I have my ssd ready so I want to preserve all groups and settings. I have a bunch of programs running on here. plex,sonarr,radar.

The destination folder is mounted as root. I am running rsync as root. What am I missing here?