I’ve rsnapshot (on macos) setup for my backups and within the config file one of many areas I’m attempting to again up is a Quantity mounted by Cryptomator. Related line in config file:
backup /Customers/USERNAME/Paperwork/Cryptomator/SomeFolder/ localhost/
Throughout the Cryptomator software program I’ve chosen a customized mount level.
The related output of the mount
command is the next:
Cryptomator@macfuse0 on /Customers/USERNAME/Paperwork/Cryptomator/SomeFolder (macfuse, nodev, nosuid, synchronous, mounted by USERNAME)
I get the next error as soon as rsnapshot reaches the step the place it’s alleged to backup above talked about folder:
rsync: opendir "/Customers/USERNAME/Paperwork/Cryptomator/SomeFolder" failed: No such file or listing (2)
rsync error: some information couldn't be transferred (code 23) at /AppleInternal/Library/BuildRoots/0032d1ee-80fd-11ee-8227-6aecfccc70fe/Library/Caches/com.apple.xbs/Sources/rsync/rsync/important.c(996) [sender=2.6.9]
WARNING: Some information and/or directories in /Customers/USERNAME/Paperwork/Cryptomator/SomeFolder/ solely transferred partially throughout rsync operation
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
/Customers/USERNAME/Paperwork/Cryptomator/SomeFolder/
/Volumes/HARDDRIVENAME/Snapshots/alpha.0/localhost/
My guess is that the config file shouldn’t reference localhost for that mounted quantity however one thing else. How do I reference the mounted Quantity accurately so rsnapshot can do a backup of it?