
After that, only changed documents get backed up. Once you've enabled the feature for the first time, please keep the app visible on the screen until auto-backup finishes uploading your entire library.
Change other auto-backup settings if needed, and tap Done. Choose a cloud storage and sign in to it. Tap the ⚙️ icon in the top-right corner of the Library view > Settings > Automatic Backup, and enable Auto Backup. Update the remote copy of the document/folder
Change the content or template of a page. Upload the document, folder, or recovered item to the cloud storage Changes you make in the cloud storage won't affect your GoodNotes library. How it worksĪuto-backup is a one-way process, and so it doesn't sync your changes across your devices as iCloud does. It's best used with iCloud sync to protect your notes so that you can always find them in the auto-backup folder in case something destructive occurs to your local library. Posted the actual answer here instead of linking it.This feature automatically uploads your documents to Google Drive, Dropbox, or OneDrive for safekeeping while you're working in GoodNotes. FileB.ext (symbolic link to C:\MainFolder\FileB.ext)Īnd that's it! The folders/files you symbolic linked will still be on your local machine, however it will not be stored/sync'd to your remote Google Drive. SubFolderB\ (symbolic link to C:\MainFolder\SubFolderB\) Mklink "C:\Google Drive\MainFolder\FileB.ext" "C:\MainFolder\FileB.ext" For this example, you'd run the Command Prompt in Administrator mode and run the following commands: mklink /D "C:\Google Drive\MainFolder\SubFolderB" "C:\MainFolder\SubFolderB" Next, we'll want to create the symbolic links. Your file structure should now look like. Make a "MainFolder" somewhere outside of your Google Drive folder (eg: C:\MainFolder\), then move SubFolderB and FileB.ext to the newly created folder.
Now, let's say that you want MainFolder\SubFolderB\ and MainFolder\FileB.ext on your local machine, but not Google Drive. One way around this is to make symbolic links in the folder you want to sync and Google Drive will ignore them (tested on Windows 10 with the mklink command).įor example, let's say this is your file structure. Right now, Google Drive only does the opposite (it will allow you to keep a copy on Google Drive, but not on your local machine). It took me a while to figure out this solution so I could sync my projects without including dependencies or caches.Īs I understand it, the issue is that you want to sync a folder, however there are some sub folders or files within the folder you do not want to sync, but would like to keep on your local machine (not Google Drive). I know this is an old question and "Google Drive" is now "Backup and Sync from Google", however it still applies.