Sles 15 sp3. I need help determine where my free space is being used up quickly. Over the weekend my free space on my root partition decreased from 920GB to 500 GB. The only thing I changed was an rsync command that was suppose to save to a nas.
How can I tell where on my drive the 400 gb of space was used for? Also does rsync create a local snapshot and then save it to the target? Is there a rsync log file ?
I figured out the problem. My rsync syntax is wrong. I am needing to rsync to a nas and used the syntax for the target as \ip address\…. This created a directory of \ipadress\… for the root user. That saved the rsync locally.
What should syntax be ? //ip address/…. Or something else?