-
Notifications
You must be signed in to change notification settings - Fork 935
Open
Description
When I tried to do mackup restore I got the following error for the iTerm2 application and its DynamicProfiles folder
You already have a folder named .config/iterm2/AppSupport/DynamicProfiles in your home.
Do you want to replace it with your backup? <Yes|No> Y
Traceback (most recent call last):
File "/opt/homebrew/bin/mackup", line 8, in <module>
sys.exit(main())
~~~~^^
File "/opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/mackup/main.py", line 121, in main
app.restore()
~~~~~~~~~~~^^
File "/opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/mackup/application.py", line 200, in restore
utils.link(mackup_filepath, home_filepath)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/mackup/utils.py", line 145, in link
os.symlink(target, link_to)
~~~~~~~~~~^^^^^^^^^^^^^^^^^
FileExistsError: [Errno 17] File exists: '/Users/claudio/Dropbox/Mackup/.config/iterm2/AppSupport/DynamicProfiles' -> '/Users/claudio/.config/iterm2/AppSupport/DynamicProfiles'Does anyone know what is happening?
gtalarico
Metadata
Metadata
Assignees
Labels
No labels