I created a volume.
mounted… mnt/ …
via Rsync I send files, but after a while it hangs without showing me any errors…
Is there a way to fix this ??
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
it was a Inodes problem.
I created a new drive with custom option and with this command
mkfs.ext4 -b 1024 -I 128 -i 1024 /dev/id…
all is now fixed ;)
Hi @stubfeed,
Does the RSYNC stops/hangs? It’s possible there are a lot of files in the folders you are trying to rsync over which can take some time to load.
Basically, how RSYNC works is, it’s creates a list of the directory and its contents you want to move and starts sending it over to the new directory you’ve selected. Now, if there are a million small files in the directory, it can take a lot of time for RSYNC to actually build the list and start moving the files around. These directories are usually - tmp, picture directories, session directories and so on.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.