8000 GitHub - RobertMeow/iCloudBackup: iCloud Backup — can be used for database backups from your servers or any other files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iCloud Backup — can be used for database backups from your servers or any other files

License

Notifications You must be signed in to change notification settings

RobertMeow/iCloudBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt -config openssl.cnf

python3.10 client.py --path /Users/su/Downloads/esttdst

systemctl status backup_server.service

nano /etc/systemd/system/backup_server.service

icloud --username=your_mail@icloud.com

systemctl daemon-reload

(crontab -l 2>/dev/null; echo "*/10 * * * * python3 /root/client.py --path /root/...") | crontab -

[Unit]
Description=Backup Server
After=network.target

[Service]
ExecStart=/usr/bin/python3 /root/icloud_backups/server.py
WorkingDirectory=/root/icloud_backups
Restart=always
User=root
Group=root
Environment=PYTHONUNBUFFERED=1

[Install]
WantedBy=multi-user.target

About

iCloud Backup — can be used for database backups from your servers or any other files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0