How to backup files from a Linux OS to NAS using Rsync?


Date de la dernière modification : 2021-09-15
Applicable products:
  • All NAS firmware

If the Linux OS has NFS server enabled, you can backup files from the Linux OS by mounting the NFS share to the NAS local folder, then run rsync command.

Sample steps:

  1. Connect to QNAP NAS via SSH
  1. run mkdir /mnt/nfsfolder to create a local mount point

  2. Mount Linux NFS share in the NAS using the mount point, in this example, path is 10.64.72.102:/share/CACHEDEV1_DATA/nfsshare102

    [/] # mount -t nfs -o rw -O user=admin,password=mypassword 10.64.72.102:/share/CACHEDEV1_DATA/nfsshare102 /mnt/nfsfolder
    [/] # df
    10.64.72.102:/share/CACHEDEV1_DATA/nfsshare102 297.8G 63.9G 234.0G 21% /mnt/nfsfolder
    [/] # ls -l /mnt/nfsfolder/
  3. Run the rsync command. If the destination in the NAS is Public shared folder, such as the path /share/CACHEDEV1_DATA/Public/ run the command:
    [/] # rsync -avz --progress /mnt/nfsfolder/* /share/CACHEDEV1_DATA/Public/


Est-ce que cet article a été utile ?

34% des utilisateurs pensent que ces informations sont utiles.
Merci pour votre commentaire.

Veuillez nous indiquer comment améliorer cet article :

Si vous souhaitez fournir un commentaire supplémentaire, veuillez l’inclure ci-dessous.

Choisissez une spécification

      En voir davantage Moins

      Ce site est disponible dans d'autres pays/régions :

      open menu
      back to top