We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bc917 commit 23f4af6Copy full SHA for 23f4af6
1 file changed
main.py
@@ -215,6 +215,8 @@ def sync_website_content(
215
date_time = datetime.now().strftime("%Y-%m-%d-%H-%M-%S")
216
branch_name = f"content-sync-{date_time}"
217
218
+ # rsync /var/www/ /home/var - copies the contents of /var/www/ but not the www folder itself.
219
+ # rsync /var/www /home/var - copies the folder www along with all its contents.
220
src = str(src_path) + src_end
221
dest = str(trans_path) + trans_end
222
0 commit comments