Support
Forums

Re: Rsync

What kind of file is it (system, binary, *.odt, *.mp4 etc.) and its size?Can you access and use the file in a normal manner?  Your command: rsync -v -a --max-size=4GB --delete /home/users-name/.  /media/memstick/ indicates you may be copying...
What kind of file is it (system, binary, *.odt, *.mp4 etc.) and its size?
Can you access and use the file in a normal manner? 
Your command: rsync -v -a --max-size=4GB --delete /home/users-name/.  /media/memstick/ indicates you may be copying the whole of your system - which will be a lot.  How big is your USB drive?
Try:
Code: [Select]
du -sh .
and post the output.

Keith