@fenlon I haven't seen this, but you could either trigger it at login
instead of checkin, or write an if statement that exits if there's no
user currently logged in to quit ahead of time.
@jlang_remedy I have no idea. What I would be worried about is some sort
of secret hash file information that Google stores next to the files and
when you copy the old files over it hoses the copies that are in the
cloud because it thinks you updated...
@mjones Basically you do the same thing that was listed in deleting the
folder, but you rename it instead. # Look for Google Drive if [ -d
/Applications/Google Drive.app/ ]; then /bin/echo "`date`: Found
depricated version of Google Drive. Stopping D...
Deleting user data always makes me super nervous.... I'm not going to
update the first post for that reason, but you could easily add a single
line to do what you're looking for. It would make the most sense here: #
Look for Google Drive if [ -d /App...
No Problem! @ben.hertenstein and @mccaskill. I also wrote one to use
with backup and sync at the same time as File Stream. You can find it
here: https://github.com/azusapacificuniversity/scripts for general
scripts and right here for the backup and s...