-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root Back Up #52
Comments
Hi @nichols89ben, glad you have found it useful! Would you be able to share the full error and which lines you edited precisely? |
For sure, I call/buid this from a bash script for automation and some checks, I attached that script also for referance
**Adjusments, not super familiar with python, gpt helped. I know I was going at it for awhile and the bellow edits worked since July Line 564 from: Line 815 added: **I moved the root directory recently and clean up some of my scripts, I tried re running today and get this error now
**Call Script |
Just before I saw your message I released v1.3.2 with basically the same code changes you made. But even with that it seems to not work. I will reopen. |
No worries, thanks for doing that. I haven't dug into the new issue. Might be something on my end, but did you have any thought? |
Thanks for the quick reply! Would you be able to test #54? This is the full file: https://raw.githubusercontent.com/basnijholt/rsync-time-machine.py/26468532948b2b1d4e47d6c43ae91e7d8489f530/rsync_time_machine.py |
I gave it a try and its in process, it seems like its hung up on something. The back up was just done so there isnt anything to really back up. Should I delete the in progress marker and try and re run? Log: Terminal output: Processes: |
I ended up stopping the script as it wasnt moving, deleting the marker and trying again, it behaved like it did before, it looped three times. I rebooted and tried my old script in the original directory and it ran without errors. I tried the same script with no modifications, put it in my adjusted directory and still got the same errors. It seems related to changing the directory of the scripts somehow. (the source and destination didn't change at any point) |
Sorry for all the replies. I went document by document and directory by directory, then line by line of my script and was able to narrow it down too passing the --info=progress2 flag. Beyond my scope as too why, I use it with other rsync scripts, but removing that flag as stopped all the errors. By no means critical for me but was happy to figure it out. |
Hey, great script, been using it for awhile without issues. I downloaded a version in July and was having issues when calling to back up root "/" and getting source folder does not exist. I added a few lines and was able to get it working. I downloaded the most recent version and added the edits and it errored out. Question is, how can I call the root directory for back up and not get source folder does not exist. Thanks!
The text was updated successfully, but these errors were encountered: