framp

Results 116 comments of framp

> Shame that there seems to have no support here... There are 153 forks of this repo and some may be maintained :wink:

Not sure whether this is an alternative for you folks: I wrote a script [raspiBackup](https://github.com/framps/raspiBackup) which also can create backups with rsync. A helper script[ raspiBackupRestore2Image.sh](https://github.com/framps/raspiBackup/blob/master/helper/raspiBackupRestore2Image.sh) restores the created rsync...

It's a very good idea to stop all services updating or caching data before starting the backup of a running system. :+1: There is an easy workaround: Just follow the...

@CCurvin Just wrap rpi-clone in a bash script and add pre and post steps to stop and start services using your code if you're familiar with bash :smiley:

@robustini That's a very old version 1.7.1 of rpi-clone. Current version is 2.0.22. Would be great if you create an PR on 2.0.22.

> I know it's old, but at least this one almost always works! > The result with V2.0.22: It's great you provided a workaround for this issue :+1: I thought...

There is no additional option required in rpi-clone :wink: Why don't you just create an alias which executes rpi-clone followed by a mount command? Or you create a small script...

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...

Last code update of rpi-clone is more than 9 months ago. I have no idea why @billw2 suspended support for his very useful tool. You may check [raspiBackup](https://github.com/framps/raspiBackup) whether it...