0

I have a remote machine, where the space is very limited (~15GB free) I have an NFS share mounted on this VM, the size of the share is ~600GBs. The NFS share has lightning-fast access from this machine.

I want to bring 600GB of files in the above share, to my local system (over internet) for offline use. (Chunked as may be 2GB archives using http or off-the-shelf tools - dropbox/onedrive) My local system has a slow access to this share. I have tried rsync -ing it to a local folder after mounting as NFS, But it goes on for ever - may be since it has millions of files.

Since the remote machine has less free space, Is there a way to create an incremental archive of the NFS share files in multiple sessions (Can restart archive creation after freeing up space.)

Environment:

  1. Local system is Mac
  2. The remote VM is Ubuntu

Local machine has ~ 1TB of free space.

I looked at tar/zpaq but they don't seem to have the necessary features. Is there any faster solution than writing a custom script?

Thanks in advance!

NS Gopikrishnan
  • 151
  • 1
  • 7

0 Answers0