Function reference
-
rb_add_file_to_cache()
- Add file to cache
-
rb_add_folder_to_cache()
- Add folder to cache
-
rb_backup()
- Backup files
-
rb_check_cache()
- Check caching status in the current session, and override it upon request
-
rb_check_cache_folder()
- Checks if cache folder exists, if not returns an informative message
-
rb_create_cache_folder()
- Creates the base cache folder where `rbackupr` caches data.
-
rb_disable_cache()
- Disable caching for the current session
-
rb_drive_auth()
- Set up app and scope for the current session
-
rb_drive_create_folders()
- Create missing folders and get data frame with identifiers of all given folders
-
rb_drive_find_base_folder()
- Create or get base folder
-
rb_drive_find_project()
rb_drive_create_project()
rb_get_project()
- Create rbackupr project
-
rb_enable_cache()
- Enable caching for the current session
-
rb_get_cache_file()
- Gets location of cache file
-
rb_get_cache_table_name()
- Gets name of table inside the database
-
rb_get_files()
- Check if new files appeared inside an online folder
-
rb_get_folder_name()
- Gets folder name based on id
-
rb_get_folders()
- Gets cached folder with given parent, or update them from Google Drive upon request
-
rb_get_parent_folder()
- Gets parent id of a given folder
-
rb_get_relative_path()
- Get relative path in local folder from identifier
-
rb_set_cache_folder()
rb_get_cache_folder()
- Set folder for caching data
-
rb_set_project()
rb_get_project_name()
- Set (or get) name of project for the current session.