I normally backup my user folder like that:
sudo ditto -rsrc /Users/myname /Volumes/largeharddrive/backups/myname
in Terminal. It's okay and does what I want, but I want a graphical user interface for it, which lets me choose my target and show me the progress perhaps.
I'm not a programmer at all, but I thought that this could maybe easily be done with AppleScript Studio, which I have installed. Can anybody help a bit?
sudo ditto -rsrc /Users/myname /Volumes/largeharddrive/backups/myname
in Terminal. It's okay and does what I want, but I want a graphical user interface for it, which lets me choose my target and show me the progress perhaps.
I'm not a programmer at all, but I thought that this could maybe easily be done with AppleScript Studio, which I have installed. Can anybody help a bit?