- Install Python from DSM Package Center
- Enable SSH
- SSH in
- Enable and switch to user shell (optional, requres user homes to be enabled)
- set shell to
/bin/ash
in/etc/passwd
su - <user>
- set shell to
- Create directory to store all of this (optional)
mkdir gmvault&&cd gmvault
- Get virtualenv
wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py
- Create virtualenv & install gmvault
python virtualenv.py venv
./venv/bin/pip install gmvault
- Backup Gmail!
ash ./venv/bin/gmvault sync [email protected]
Last active
March 21, 2023 01:47
-
-
Save dschep/4105713 to your computer and use it in GitHub Desktop.
Gmvault on Synology NAS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So basically I tried following the steps exactly, but after installing Python in the DSM Package Manager, it's not actually available in the CLI. So I manually added /volume1/@appstore/python/bin to the /root/.profile PATH.
Maybe that's causing issues? mmm