User Tools

Site Tools


linux:notes:rsync_nas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:notes:rsync_nas [2024/09/26 04:22] – created Sean Rhonelinux:notes:rsync_nas [2024/10/23 14:43] (current) Sean Rhone
Line 1: Line 1:
 +  * [[servers:linux:vsftpd#fstab|vsftpd - fstab]]
 +
   * https://unix.stackexchange.com/questions/67539/how-to-rsync-only-new-files   * https://unix.stackexchange.com/questions/67539/how-to-rsync-only-new-files
 +  * https://stackoverflow.com/questions/15787676/rsync-how-to-do-a-checksum-on-rsync
 +
 +<code>rsync --verbose --recursive --update --ignore-existing --progress '/var/ftp/nas1/' '/var/ftp/nas2/'</code>
  
-<code>rsync --verbose --recursive --update --progress '/var/ftp/nas1/' '/var/ftp/nas2/'</code>+<code>--checksum</code>
/srv/www/wiki/data/attic/linux/notes/rsync_nas.1727338922.txt.gz · Last modified: by Sean Rhone