rsync_options #143
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm now running a clone operation. It is an understatement to say "(can take a long time)".It has now been running for over 10 hours.
I suggest that the rsync_options line:
rsync_options="--force -rltWDEHXAgoptx"
be modified to include --progress:
rsync_options="--force --progress -rltWDEHXAgoptx"
It would be nice to have some idea whether the clone is still actually copying or if the process is stalled for some reason.
I agree. That's a useful rsync option when you start to use rpi-clone. But later on it should be removed because it will slow down the backup. Said this an additional rpi-clone option which adds this rsync option would be useful.