Backup Synology photos Database
Sử dụng cách này sẽ chỉ import/export synofoto database, sau đó rsync ảnh từ folder homes sang là được. Dump: sudo -u postgres pg_dump -F c -d synofoto > Restore: sudo -u postgres pg_restore –clean –if-exists –no-owner -d synofoto…