tech_independence.htm
Tech Independence Reference
SSH into Server
ssh andres@andrescn.me
Sync Files with Server
MacOS Only:
rsync -avz Folder andres@andrescn.me:/mnt/
Sync with cron:
crontab -l
- list of filescron xxx rsync...
- sync on a given time period
Use Storage
- Type find /mnt
- You should see a long list of the files you uploaded.
- Type m-x to detach your encrypted storage.
- Type find /mnt again, and now you should see nothing there! Congratulations! You now see how this will work in the future:
- Log in and type “m” to attach your encrypted storage.
- Upload your files with rsync or FreeFileSync.
- Log in and type “m-x” to detach the storage, for security.