User Tools

Site Tools


linux:notes:rsync_nas

This is an old revision of the document!


rsync --verbose --recursive --update --ignore-existing --progress '/var/ftp/nas1/' '/var/ftp/nas2/'

Main NAS Backup to Back-up

  • --exclude Videos for separate drive
rsync --recursive --update --ignore-existing --verbose --debug='ALL' --exclude 'Videos' '/run/media/espionage724/NAS/' '/run/media/espionage724/20250824-NAS'
--checksum --checksum-choice='sha1'

ext4 Format

sudo umount '/dev/sda'*
sudo wipefs -a -f '/dev/sda' && sudo dd if='/dev/zero' of='/dev/sda' count='8096'
sudo mkfs.ext4 -D -L 'NAS' -O 'fast_commit' -v '/dev/sda'
/srv/www/wiki/data/attic/linux/notes/rsync_nas.1761017241.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki