Skip to content

The Goal is to use your Pixel 1Gen Device to backup photos and videos.

License

Notifications You must be signed in to change notification settings

stephanschorer/googlephotos-unlimited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Backup Photos and Videos to Google Photos without using cloud storage

The scripts are designed to back up photos and videos from your phone via a remote server to your OG Pixel. It uses rsync to efficiently transfer only new or changed files, saving bandwidth and time. The scripts also check for files deleted on the server (or are backed-up to Google Photos and therefore being deleted locally) and moves the corresponding files on your phone to a backup directory. This prevents accidental permanent deletion of your photos and videos.

Workflow

  • Take photos/videos on your main phone
  • execute the script
  • photos/videos are uploaded to the remote server
  • Syncthing Docker container syncs the photos/videos to the Pixel / Pixel XL
  • Pixel / Pixel XL will upload the photos/videos to Google Photos
  • Automate will auto 'Free Up Space' after defined time period
  • At next script execution all 'Freed up images/videos' will be moved into backup directory on the phone (can be changed ofc to be deleted).
  • repeat

Setup Client

Setup Server

  • Create new Linux user for the following
  • Setup Syncthing Docker Container for example the one from LinuxServer.io
  • Remeber to set the correct ownership: chown -R user:user /path/to/dir

Setup Pixel / Pixel XL

Read through these Reddit posts, there you will find all you need to know:

About

The Goal is to use your Pixel 1Gen Device to backup photos and videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages