Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
commands [2026/03/08 07:05] agnescommands [2026/03/18 05:39] (current) agnes
Line 52: Line 52:
   alter table invite_requests add note text null;   alter table invite_requests add note text null;
  
 +backup to restic
 +
 +  restic -r s3:s3.us-east-005.backblazeb2.com/BUCKETNAME backup /DIRECTORY --exclude log --exclude .git
 +  
  
 ===== Development with Rails 8 ===== ===== Development with Rails 8 =====