Skip to main content
3 events
when toggle format what by license comment
Apr 24, 2016 at 6:07 comment added Izkata An alternative to du or find - let's say you're finishing an incomplete copy or doing an in-place update with deletes - is to use rsync -ai --dry-run to get the same file list the main run will be passing to pv
Sep 17, 2015 at 1:43 comment added lepe As zerodeuz specified, use "df" only when you are rsyncing the whole partition, as df -i /source gets the number of inodes (files) from all the partition in which /source reside. Otherwise use 'find' to count files inside a directory inside the "$()" expression.
Jun 10, 2011 at 10:22 history answered zerodeux CC BY-SA 3.0